Html Css Color HEX #772378 Dark Purple

📋 copy color: '#772378'

red 119 ◦ green 35 ◦ blue 120

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

Shades of Dark Purple #772378

Tints of Dark Purple #772378

RGB

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

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

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

R = 43.43%
G = 12.77%
B = 43.8%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#772378 (or 0x772378) is known color: Dark Purple. HEX triplet: 77, 23 and 78. RGB value is (119,35,120). Sum of RGB (Red+Green+Blue) = 119+35+120=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #772378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772378 is #88DC87. Grayscale: #454545. Windows color (decimal): -8969352 or 7873399. OLE color: 7873399.

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

Color convert

RGB 119 35 120 -
CMYK 0.01 0.71 0 0.53
HSL 299.29º 0.55% 0.3% -
HSV(B) 299.29º 0.71% 0.47% -
XYZ 11.6 6.48 18.41 -
YUV 69.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 119 35 120 0.01 0.71 0 0.53 299.29 0.55 0.3
Hex 77 23 78 1 47 0 35 12B 37 1E
Octal 167 43 170 1 107 0 65 453 67 36
Binary 1110111 100011 1111000 1 1000111 0 110101 100101011 110111 11110

Color Harmonies of #772378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772378

Black with #772378

Text Example


Text Example

White with #772378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772378; }

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

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

background-color css

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

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

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

border-color css

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

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

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