Html Css Color HEX #78226C Dark Purple

📋 copy color: '#78226C'

red 120 ◦ green 34 ◦ blue 108

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

Shades of Dark Purple #78226C

Tints of Dark Purple #78226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 45.8%
G = 12.98%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78226C (or 0x78226C) is known color: Dark Purple. HEX triplet: 78, 22 and 6C. RGB value is (120,34,108). Sum of RGB (Red+Green+Blue) = 120+34+108=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78226C is #87DD93. Grayscale: #434343. Windows color (decimal): -8904084 or 7086712. OLE color: 7086712.

HSL color Cylindrical-coordinate representation of color #78226C: hue angle of 308.37º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78226C is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 34 108 -
CMYK 0 0.72 0.10 0.53
HSL 308.37º 0.56% 0.3% -
HSV(B) 308.37º 0.72% 0.47% -
XYZ 11.02 6.22 14.81 -
YUV 68.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 120 34 108 0 0.72 0.10 0.53 308.37 0.56 0.3
Hex 78 22 6C 0 48 A 35 134 38 1E
Octal 170 42 154 0 110 12 65 464 70 36
Binary 1111000 100010 1101100 0 1001000 1010 110101 100110100 111000 11110

Color Harmonies of #78226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78226C

Black with #78226C

Text Example


Text Example

White with #78226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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