Html Css Color HEX #78145F Palatinate Purple

📋 copy color: '#78145F'

red 120 ◦ green 20 ◦ blue 95

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

Shades of Palatinate Purple #78145F

Tints of Palatinate Purple #78145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 51.06%
G = 8.51%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78145F (or 0x78145F) is known color: Palatinate Purple. HEX triplet: 78, 14 and 5F. RGB value is (120,20,95). Sum of RGB (Red+Green+Blue) = 120+20+95=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78145F is #87EBA0. Grayscale: #3A3A3A. Windows color (decimal): -8907681 or 6231160. OLE color: 6231160.

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

Color convert

RGB 120 20 95 -
CMYK 0 0.83 0.21 0.53
HSL 315º 0.71% 0.27% -
HSV(B) 315º 0.83% 0.47% -
XYZ 10.06 5.32 11.32 -
YUV 58.45 148.63 171.9 -
System Red Green Blue C M Y K H S L
Decimal 120 20 95 0 0.83 0.21 0.53 315 0.71 0.27
Hex 78 14 5F 0 53 15 35 13B 47 1B
Octal 170 24 137 0 123 25 65 473 107 33
Binary 1111000 10100 1011111 0 1010011 10101 110101 100111011 1000111 11011

Color Harmonies of #78145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78145F

Black with #78145F

Text Example


Text Example

White with #78145F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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