Html Css Color HEX #78115B Palatinate Purple

📋 copy color: '#78115B'

red 120 ◦ green 17 ◦ blue 91

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

Shades of Palatinate Purple #78115B

Tints of Palatinate Purple #78115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 52.63%
G = 7.46%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#78115B (or 0x78115B) is known color: Palatinate Purple. HEX triplet: 78, 11 and 5B. RGB value is (120,17,91). Sum of RGB (Red+Green+Blue) = 120+17+91=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78115B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115B is #87EEA4. Grayscale: #383838. Windows color (decimal): -8908453 or 5968248. OLE color: 5968248.

HSL color Cylindrical-coordinate representation of color #78115B: hue angle of 316.89º 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 #78115B is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 91 -
CMYK 0 0.86 0.24 0.53
HSL 316.89º 0.75% 0.27% -
HSV(B) 316.89º 0.86% 0.47% -
XYZ 9.83 5.15 10.37 -
YUV 56.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 120 17 91 0 0.86 0.24 0.53 316.89 0.75 0.27
Hex 78 11 5B 0 56 18 35 13D 4B 1B
Octal 170 21 133 0 126 30 65 475 113 33
Binary 1111000 10001 1011011 0 1010110 11000 110101 100111101 1001011 11011

Color Harmonies of #78115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78115B

Black with #78115B

Text Example


Text Example

White with #78115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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