Html Css Color HEX #78227D Dark Purple

📋 copy color: '#78227D'

red 120 ◦ green 34 ◦ blue 125

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

Shades of Dark Purple #78227D

Tints of Dark Purple #78227D

RGB

 RED value IS 120 (47.27% from 255) = 43.01%

 GREEN value IS 34 (13.67% from 255) = 12.19%

 BLUE value IS 125 (49.22% from 255) = 44.8%

R = 43.01%
G = 12.19%
B = 44.8%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78227D (or 0x78227D) is known color: Dark Purple. HEX triplet: 78, 22 and 7D. RGB value is (120,34,125). Sum of RGB (Red+Green+Blue) = 120+34+125=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #78227D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78227D is #87DD82. Grayscale: #454545. Windows color (decimal): -8904067 or 8200824. OLE color: 8200824.

HSL color Cylindrical-coordinate representation of color #78227D: hue angle of 296.7º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78227D is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 34 125 -
CMYK 0.04 0.73 0 0.51
HSL 296.7º 0.57% 0.31% -
HSV(B) 296.7º 0.73% 0.49% -
XYZ 12.02 6.62 20.05 -
YUV 70.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 120 34 125 0.04 0.73 0 0.51 296.7 0.57 0.31
Hex 78 22 7D 4 49 0 33 129 39 1F
Octal 170 42 175 4 111 0 63 451 71 37
Binary 1111000 100010 1111101 100 1001001 0 110011 100101001 111001 11111

Color Harmonies of #78227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78227D

Black with #78227D

Text Example


Text Example

White with #78227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78227D; }

 p { color: rgb(120,34,125); }

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

background-color css

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

 a { background-color: rgb(120,34,125); }

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

border-color css

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

 span { border-color: rgb(120,34,125); }

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