Html Css Color HEX #762472 Dark Purple

📋 copy color: '#762472'

red 118 ◦ green 36 ◦ blue 114

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

Shades of Dark Purple #762472

Tints of Dark Purple #762472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.43%

 BLUE value IS 114 (44.92% from 255) = 42.54%

R = 44.03%
G = 13.43%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#762472 (or 0x762472) is known color: Dark Purple. HEX triplet: 76, 24 and 72. RGB value is (118,36,114). Sum of RGB (Red+Green+Blue) = 118+36+114=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762472 is #89DB8D. Grayscale: #454545. Windows color (decimal): -9034638 or 7480438. OLE color: 7480438.

HSL color Cylindrical-coordinate representation of color #762472: hue angle of 302.93º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #762472 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 36 114 -
CMYK 0 0.69 0.03 0.54
HSL 302.93º 0.53% 0.3% -
HSV(B) 302.93º 0.69% 0.46% -
XYZ 11.14 6.33 16.55 -
YUV 69.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 118 36 114 0 0.69 0.03 0.54 302.93 0.53 0.3
Hex 76 24 72 0 45 3 36 12F 35 1E
Octal 166 44 162 0 105 3 66 457 65 36
Binary 1110110 100100 1110010 0 1000101 11 110110 100101111 110101 11110

Color Harmonies of #762472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762472

Black with #762472

Text Example


Text Example

White with #762472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762472; }

 p { color: rgb(118,36,114); }

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

background-color css

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

 a { background-color: rgb(118,36,114); }

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

border-color css

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

 span { border-color: rgb(118,36,114); }

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