Html Css Color HEX #742087 Vivid Violet

📋 copy color: '#742087'

red 116 ◦ green 32 ◦ blue 135

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

Shades of Vivid Violet #742087

Tints of Vivid Violet #742087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 40.99%
G = 11.31%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#742087 (or 0x742087) is known color: Vivid Violet. HEX triplet: 74, 20 and 87. RGB value is (116,32,135). Sum of RGB (Red+Green+Blue) = 116+32+135=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #742087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742087 is #8BDF78. Grayscale: #444444. Windows color (decimal): -9166713 or 8855668. OLE color: 8855668.

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

Color convert

RGB 116 32 135 -
CMYK 0.14 0.76 0 0.47
HSL 288.93º 0.62% 0.33% -
HSV(B) 288.93º 0.76% 0.53% -
XYZ 12.09 6.5 23.54 -
YUV 68.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 116 32 135 0.14 0.76 0 0.47 288.93 0.62 0.33
Hex 74 20 87 E 4C 0 2F 121 3E 21
Octal 164 40 207 16 114 0 57 441 76 41
Binary 1110100 100000 10000111 1110 1001100 0 101111 100100001 111110 100001

Color Harmonies of #742087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742087

Black with #742087

Text Example


Text Example

White with #742087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742087; }

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

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

background-color css

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

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

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

border-color css

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

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

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