Html Css Color HEX #762075 Dark Purple

📋 copy color: '#762075'

red 118 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #762075

Tints of Dark Purple #762075

RGB

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

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

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

R = 44.19%
G = 11.99%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#762075 (or 0x762075) is known color: Dark Purple. HEX triplet: 76, 20 and 75. RGB value is (118,32,117). Sum of RGB (Red+Green+Blue) = 118+32+117=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762075 is #89DF8A. Grayscale: #434343. Windows color (decimal): -9035659 or 7676022. OLE color: 7676022.

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

Color convert

RGB 118 32 117 -
CMYK 0 0.73 0.01 0.54
HSL 300.7º 0.57% 0.29% -
HSV(B) 300.7º 0.73% 0.46% -
XYZ 11.2 6.17 17.43 -
YUV 67.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 118 32 117 0 0.73 0.01 0.54 300.7 0.57 0.29
Hex 76 20 75 0 49 1 36 12D 39 1D
Octal 166 40 165 0 111 1 66 455 71 35
Binary 1110110 100000 1110101 0 1001001 1 110110 100101101 111001 11101

Color Harmonies of #762075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762075

Black with #762075

Text Example


Text Example

White with #762075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762075; }

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

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

background-color css

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

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

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

border-color css

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

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

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