Html Css Color HEX #762375 Dark Purple

📋 copy color: '#762375'

red 118 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #762375

Tints of Dark Purple #762375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 43.7%
G = 12.96%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762375 (or 0x762375) is known color: Dark Purple. HEX triplet: 76, 23 and 75. RGB value is (118,35,117). Sum of RGB (Red+Green+Blue) = 118+35+117=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762375 is #89DC8A. Grayscale: #444444. Windows color (decimal): -9034891 or 7676790. OLE color: 7676790.

HSL color Cylindrical-coordinate representation of color #762375: hue angle of 300.72º 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 #762375 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 117 -
CMYK 0 0.70 0.01 0.54
HSL 300.72º 0.54% 0.3% -
HSV(B) 300.72º 0.7% 0.46% -
XYZ 11.28 6.34 17.46 -
YUV 69.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 118 35 117 0 0.70 0.01 0.54 300.72 0.54 0.3
Hex 76 23 75 0 46 1 36 12D 36 1E
Octal 166 43 165 0 106 1 66 455 66 36
Binary 1110110 100011 1110101 0 1000110 1 110110 100101101 110110 11110

Color Harmonies of #762375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762375

Black with #762375

Text Example


Text Example

White with #762375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762375; }

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

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

background-color css

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

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

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

border-color css

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

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

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