Html Css Color HEX #78246D Dark Purple

📋 copy color: '#78246D'

red 120 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #78246D

Tints of Dark Purple #78246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 45.28%
G = 13.58%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78246D (or 0x78246D) is known color: Dark Purple. HEX triplet: 78, 24 and 6D. RGB value is (120,36,109). Sum of RGB (Red+Green+Blue) = 120+36+109=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78246D is #87DB92. Grayscale: #454545. Windows color (decimal): -8903571 or 7152760. OLE color: 7152760.

HSL color Cylindrical-coordinate representation of color #78246D: hue angle of 307.86º 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 #78246D is Cyan = 0, Magento = 0.7, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 36 109 -
CMYK 0 0.7 0.09 0.53
HSL 307.86º 0.54% 0.31% -
HSV(B) 307.86º 0.7% 0.47% -
XYZ 11.14 6.36 15.11 -
YUV 69.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 120 36 109 0 0.7 0.09 0.53 307.86 0.54 0.31
Hex 78 24 6D 0 46 9 35 134 36 1F
Octal 170 44 155 0 106 11 65 464 66 37
Binary 1111000 100100 1101101 0 1000110 1001 110101 100110100 110110 11111

Color Harmonies of #78246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78246D

Black with #78246D

Text Example


Text Example

White with #78246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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