Html Css Color HEX #762072 Dark Purple

📋 copy color: '#762072'

red 118 ◦ green 32 ◦ blue 114

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

Shades of Dark Purple #762072

Tints of Dark Purple #762072

RGB

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

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

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

R = 44.7%
G = 12.12%
B = 43.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#762072 (or 0x762072) is known color: Dark Purple. HEX triplet: 76, 20 and 72. RGB value is (118,32,114). Sum of RGB (Red+Green+Blue) = 118+32+114=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #762072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762072 is #89DF8D. Grayscale: #424242. Windows color (decimal): -9035662 or 7479414. OLE color: 7479414.

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

Color convert

RGB 118 32 114 -
CMYK 0 0.73 0.03 0.54
HSL 302.79º 0.57% 0.29% -
HSV(B) 302.79º 0.73% 0.46% -
XYZ 11.02 6.1 16.52 -
YUV 67.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 118 32 114 0 0.73 0.03 0.54 302.79 0.57 0.29
Hex 76 20 72 0 49 3 36 12F 39 1D
Octal 166 40 162 0 111 3 66 457 71 35
Binary 1110110 100000 1110010 0 1001001 11 110110 100101111 111001 11101

Color Harmonies of #762072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762072

Black with #762072

Text Example


Text Example

White with #762072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762072; }

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

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

background-color css

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

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

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

border-color css

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

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

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