Html Css Color HEX #762170 Dark Purple

📋 copy color: '#762170'

red 118 ◦ green 33 ◦ blue 112

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

Shades of Dark Purple #762170

Tints of Dark Purple #762170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

 BLUE value IS 112 (44.14% from 255) = 42.59%

R = 44.87%
G = 12.55%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#762170 (or 0x762170) is known color: Dark Purple. HEX triplet: 76, 21 and 70. RGB value is (118,33,112). Sum of RGB (Red+Green+Blue) = 118+33+112=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #762170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762170 is #89DE8F. Grayscale: #434343. Windows color (decimal): -9035408 or 7348598. OLE color: 7348598.

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

Color convert

RGB 118 33 112 -
CMYK 0 0.72 0.05 0.54
HSL 304.24º 0.56% 0.3% -
HSV(B) 304.24º 0.72% 0.46% -
XYZ 10.94 6.11 15.93 -
YUV 67.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 118 33 112 0 0.72 0.05 0.54 304.24 0.56 0.3
Hex 76 21 70 0 48 5 36 130 38 1E
Octal 166 41 160 0 110 5 66 460 70 36
Binary 1110110 100001 1110000 0 1001000 101 110110 100110000 111000 11110

Color Harmonies of #762170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762170

Black with #762170

Text Example


Text Example

White with #762170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762170; }

 p { color: rgb(118,33,112); }

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

background-color css

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

 a { background-color: rgb(118,33,112); }

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

border-color css

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

 span { border-color: rgb(118,33,112); }

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