Html Css Color HEX #762A87 Vivid Violet

📋 copy color: '#762A87'

red 118 ◦ green 42 ◦ blue 135

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

Shades of Vivid Violet #762A87

Tints of Vivid Violet #762A87

RGB

 RED value IS 118 (46.48% from 255) = 40%

 GREEN value IS 42 (16.8% from 255) = 14.24%

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

R = 40%
G = 14.24%
B = 45.76%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#762A87 (or 0x762A87) is known color: Vivid Violet. HEX triplet: 76, 2A and 87. RGB value is (118,42,135). Sum of RGB (Red+Green+Blue) = 118+42+135=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #762A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762A87 is #89D578. Grayscale: #4B4B4B. Windows color (decimal): -9033081 or 8858230. OLE color: 8858230.

HSL color Cylindrical-coordinate representation of color #762A87: hue angle of 289.03º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762A87 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 42 135 -
CMYK 0.13 0.69 0 0.47
HSL 289.03º 0.53% 0.35% -
HSV(B) 289.03º 0.69% 0.53% -
XYZ 12.67 7.26 23.65 -
YUV 75.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 118 42 135 0.13 0.69 0 0.47 289.03 0.53 0.35
Hex 76 2A 87 D 45 0 2F 121 35 23
Octal 166 52 207 15 105 0 57 441 65 43
Binary 1110110 101010 10000111 1101 1000101 0 101111 100100001 110101 100011

Color Harmonies of #762A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A87

Black with #762A87

Text Example


Text Example

White with #762A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762A87; }

 p { color: rgb(118,42,135); }

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

background-color css

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

 a { background-color: rgb(118,42,135); }

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

border-color css

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

 span { border-color: rgb(118,42,135); }

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