Html Css Color HEX #78115F Palatinate Purple

📋 copy color: '#78115F'

red 120 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #78115F

Tints of Palatinate Purple #78115F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.33%

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 51.72%
G = 7.33%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78115F (or 0x78115F) is known color: Palatinate Purple. HEX triplet: 78, 11 and 5F. RGB value is (120,17,95). Sum of RGB (Red+Green+Blue) = 120+17+95=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115F is #87EEA0. Grayscale: #383838. Windows color (decimal): -8908449 or 6230392. OLE color: 6230392.

HSL color Cylindrical-coordinate representation of color #78115F: hue angle of 314.56º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78115F is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 95 -
CMYK 0 0.86 0.21 0.53
HSL 314.56º 0.75% 0.27% -
HSV(B) 314.56º 0.86% 0.47% -
XYZ 10.01 5.22 11.31 -
YUV 56.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 120 17 95 0 0.86 0.21 0.53 314.56 0.75 0.27
Hex 78 11 5F 0 56 15 35 13B 4B 1B
Octal 170 21 137 0 126 25 65 473 113 33
Binary 1111000 10001 1011111 0 1010110 10101 110101 100111011 1001011 11011

Color Harmonies of #78115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78115F

Black with #78115F

Text Example


Text Example

White with #78115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78115F; }

 p { color: rgb(120,17,95); }

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

background-color css

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

 a { background-color: rgb(120,17,95); }

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

border-color css

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

 span { border-color: rgb(120,17,95); }

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