Html Css Color HEX #741F8B Vivid Violet

📋 copy color: '#741F8B'

red 116 ◦ green 31 ◦ blue 139

#741F8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #741F8B

Tints of Vivid Violet #741F8B

RGB

 RED value IS 116 (45.7% from 255) = 40.56%

 GREEN value IS 31 (12.5% from 255) = 10.84%

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 40.56%
G = 10.84%
B = 48.6%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#741F8B (or 0x741F8B) is known color: Vivid Violet. HEX triplet: 74, 1F and 8B. RGB value is (116,31,139). Sum of RGB (Red+Green+Blue) = 116+31+139=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #741F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741F8B is #8BE074. Grayscale: #444444. Windows color (decimal): -9166965 or 9117556. OLE color: 9117556.

HSL color Cylindrical-coordinate representation of color #741F8B: hue angle of 287.22º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #741F8B is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 31 139 -
CMYK 0.17 0.78 0 0.45
HSL 287.22º 0.64% 0.33% -
HSV(B) 287.22º 0.78% 0.55% -
XYZ 12.35 6.56 25.04 -
YUV 68.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 116 31 139 0.17 0.78 0 0.45 287.22 0.64 0.33
Hex 74 1F 8B 11 4E 0 2D 11F 40 21
Octal 164 37 213 21 116 0 55 437 100 41
Binary 1110100 11111 10001011 10001 1001110 0 101101 100011111 1000000 100001

Color Harmonies of #741F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F8B

Black with #741F8B

Text Example


Text Example

White with #741F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F8B; }

 p { color: rgb(116,31,139); }

 H1.HeaderClassName
 {
   color: #741F8B;
 }
 .AnyTagClassName
 {
   color: #741F8B;
 }
</style>

background-color css

<style>
 a { background-color: #741F8B; }

 a { background-color: rgb(116,31,139); }

 div.DivClassName
 {
   background-color: #741F8B;
 }
 .BgClassName
 {
   background-color: #741F8B;
 }
</style>

border-color css

<style>
 span { border-color: #741F8B; }

 span { border-color: rgb(116,31,139); }

 td.TdClassName
 {
   border-color: #741F8B;
 }
 .TagClassName
 {
   border-color: #741F8B;
 }
</style>