Html Css Color HEX #78155C Palatinate Purple

📋 copy color: '#78155C'

red 120 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #78155C

Tints of Palatinate Purple #78155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 51.5%
G = 9.01%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78155C (or 0x78155C) is known color: Palatinate Purple. HEX triplet: 78, 15 and 5C. RGB value is (120,21,92). Sum of RGB (Red+Green+Blue) = 120+21+92=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78155C is #87EAA3. Grayscale: #3A3A3A. Windows color (decimal): -8907428 or 6034808. OLE color: 6034808.

HSL color Cylindrical-coordinate representation of color #78155C: hue angle of 316.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78155C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 92 -
CMYK 0 0.83 0.23 0.53
HSL 316.97º 0.7% 0.28% -
HSV(B) 316.97º 0.83% 0.47% -
XYZ 9.95 5.3 10.62 -
YUV 58.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 120 21 92 0 0.83 0.23 0.53 316.97 0.7 0.28
Hex 78 15 5C 0 53 17 35 13D 46 1C
Octal 170 25 134 0 123 27 65 475 106 34
Binary 1111000 10101 1011100 0 1010011 10111 110101 100111101 1000110 11100

Color Harmonies of #78155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78155C

Black with #78155C

Text Example


Text Example

White with #78155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,21,92); }

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

background-color css

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

 a { background-color: rgb(120,21,92); }

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

border-color css

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

 span { border-color: rgb(120,21,92); }

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