Html Css Color HEX #762370 Dark Purple

📋 copy color: '#762370'

red 118 ◦ green 35 ◦ blue 112

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

Shades of Dark Purple #762370

Tints of Dark Purple #762370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 44.53%
G = 13.21%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#762370 (or 0x762370) is known color: Dark Purple. HEX triplet: 76, 23 and 70. RGB value is (118,35,112). Sum of RGB (Red+Green+Blue) = 118+35+112=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762370 is #89DC8F. Grayscale: #444444. Windows color (decimal): -9034896 or 7349110. OLE color: 7349110.

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

Color convert

RGB 118 35 112 -
CMYK 0 0.70 0.05 0.54
HSL 304.34º 0.54% 0.3% -
HSV(B) 304.34º 0.7% 0.46% -
XYZ 11 6.22 15.95 -
YUV 68.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 118 35 112 0 0.70 0.05 0.54 304.34 0.54 0.3
Hex 76 23 70 0 46 5 36 130 36 1E
Octal 166 43 160 0 106 5 66 460 66 36
Binary 1110110 100011 1110000 0 1000110 101 110110 100110000 110110 11110

Color Harmonies of #762370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762370

Black with #762370

Text Example


Text Example

White with #762370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762370; }

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

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

background-color css

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

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

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

border-color css

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

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

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