Html Css Color HEX #772075 Dark Purple

📋 copy color: '#772075'

red 119 ◦ green 32 ◦ blue 117

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

Shades of Dark Purple #772075

Tints of Dark Purple #772075

RGB

 RED value IS 119 (46.88% from 255) = 44.4%

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

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

R = 44.4%
G = 11.94%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#772075 (or 0x772075) is known color: Dark Purple. HEX triplet: 77, 20 and 75. RGB value is (119,32,117). Sum of RGB (Red+Green+Blue) = 119+32+117=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #772075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772075 is #88DF8A. Grayscale: #434343. Windows color (decimal): -8970123 or 7676023. OLE color: 7676023.

HSL color Cylindrical-coordinate representation of color #772075: hue angle of 301.38º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772075 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 32 117 -
CMYK 0 0.73 0.02 0.53
HSL 301.38º 0.58% 0.3% -
HSV(B) 301.38º 0.73% 0.47% -
XYZ 11.34 6.24 17.44 -
YUV 67.7 155.82 164.59 -
System Red Green Blue C M Y K H S L
Decimal 119 32 117 0 0.73 0.02 0.53 301.38 0.58 0.3
Hex 77 20 75 0 49 2 35 12D 3A 1E
Octal 167 40 165 0 111 2 65 455 72 36
Binary 1110111 100000 1110101 0 1001001 10 110101 100101101 111010 11110

Color Harmonies of #772075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772075

Black with #772075

Text Example


Text Example

White with #772075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772075; }

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

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

background-color css

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

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

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

border-color css

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

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

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