Html Css Color HEX #78286D Palatinate Purple

📋 copy color: '#78286D'

red 120 ◦ green 40 ◦ blue 109

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

Shades of Palatinate Purple #78286D

Tints of Palatinate Purple #78286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 44.61%
G = 14.87%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#78286D (or 0x78286D) is known color: Palatinate Purple. HEX triplet: 78, 28 and 6D. RGB value is (120,40,109). Sum of RGB (Red+Green+Blue) = 120+40+109=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78286D is #87D792. Grayscale: #474747. Windows color (decimal): -8902547 or 7153784. OLE color: 7153784.

HSL color Cylindrical-coordinate representation of color #78286D: hue angle of 308.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78286D is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 40 109 -
CMYK 0 0.67 0.09 0.53
HSL 308.25º 0.5% 0.31% -
HSV(B) 308.25º 0.67% 0.47% -
XYZ 11.26 6.61 15.15 -
YUV 71.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 120 40 109 0 0.67 0.09 0.53 308.25 0.5 0.31
Hex 78 28 6D 0 43 9 35 134 32 1F
Octal 170 50 155 0 103 11 65 464 62 37
Binary 1111000 101000 1101101 0 1000011 1001 110101 100110100 110010 11111

Color Harmonies of #78286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78286D

Black with #78286D

Text Example


Text Example

White with #78286D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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