Html Css Color HEX #772478 Dark Purple

📋 copy color: '#772478'

red 119 ◦ green 36 ◦ blue 120

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

Shades of Dark Purple #772478

Tints of Dark Purple #772478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 43.27%
G = 13.09%
B = 43.64%

CMYK

 C value IS 0.01

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772478 (or 0x772478) is known color: Dark Purple. HEX triplet: 77, 24 and 78. RGB value is (119,36,120). Sum of RGB (Red+Green+Blue) = 119+36+120=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #772478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772478 is #88DB87. Grayscale: #464646. Windows color (decimal): -8969096 or 7873655. OLE color: 7873655.

HSL color Cylindrical-coordinate representation of color #772478: hue angle of 299.29º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #772478 is Cyan = 0.01, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 120 -
CMYK 0.01 0.7 0 0.53
HSL 299.29º 0.54% 0.31% -
HSV(B) 299.29º 0.7% 0.47% -
XYZ 11.63 6.54 18.42 -
YUV 70.39 156 162.67 -
System Red Green Blue C M Y K H S L
Decimal 119 36 120 0.01 0.7 0 0.53 299.29 0.54 0.31
Hex 77 24 78 1 46 0 35 12B 36 1F
Octal 167 44 170 1 106 0 65 453 66 37
Binary 1110111 100100 1111000 1 1000110 0 110101 100101011 110110 11111

Color Harmonies of #772478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772478

Black with #772478

Text Example


Text Example

White with #772478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772478; }

 p { color: rgb(119,36,120); }

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

background-color css

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

 a { background-color: rgb(119,36,120); }

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

border-color css

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

 span { border-color: rgb(119,36,120); }

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