Html Css Color HEX #742387 Vivid Violet

📋 copy color: '#742387'

red 116 ◦ green 35 ◦ blue 135

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

Shades of Vivid Violet #742387

Tints of Vivid Violet #742387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 40.56%
G = 12.24%
B = 47.2%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742387 (or 0x742387) is known color: Vivid Violet. HEX triplet: 74, 23 and 87. RGB value is (116,35,135). Sum of RGB (Red+Green+Blue) = 116+35+135=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #742387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742387 is #8BDC78. Grayscale: #464646. Windows color (decimal): -9165945 or 8856436. OLE color: 8856436.

HSL color Cylindrical-coordinate representation of color #742387: hue angle of 288.6º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742387 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 35 135 -
CMYK 0.14 0.74 0 0.47
HSL 288.6º 0.59% 0.33% -
HSV(B) 288.6º 0.74% 0.53% -
XYZ 12.18 6.66 23.57 -
YUV 70.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 116 35 135 0.14 0.74 0 0.47 288.6 0.59 0.33
Hex 74 23 87 E 4A 0 2F 121 3B 21
Octal 164 43 207 16 112 0 57 441 73 41
Binary 1110100 100011 10000111 1110 1001010 0 101111 100100001 111011 100001

Color Harmonies of #742387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742387

Black with #742387

Text Example


Text Example

White with #742387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742387; }

 p { color: rgb(116,35,135); }

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

background-color css

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

 a { background-color: rgb(116,35,135); }

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

border-color css

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

 span { border-color: rgb(116,35,135); }

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