Html Css Color HEX #78185F Palatinate Purple

📋 copy color: '#78185F'

red 120 ◦ green 24 ◦ blue 95

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

Shades of Palatinate Purple #78185F

Tints of Palatinate Purple #78185F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 50.21%
G = 10.04%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78185F (or 0x78185F) is known color: Palatinate Purple. HEX triplet: 78, 18 and 5F. RGB value is (120,24,95). Sum of RGB (Red+Green+Blue) = 120+24+95=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78185F is #87E7A0. Grayscale: #3C3C3C. Windows color (decimal): -8906657 or 6232184. OLE color: 6232184.

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

Color convert

RGB 120 24 95 -
CMYK 0 0.8 0.21 0.53
HSL 315.63º 0.67% 0.28% -
HSV(B) 315.63º 0.8% 0.47% -
XYZ 10.14 5.47 11.35 -
YUV 60.8 147.3 170.23 -
System Red Green Blue C M Y K H S L
Decimal 120 24 95 0 0.8 0.21 0.53 315.63 0.67 0.28
Hex 78 18 5F 0 50 15 35 13C 43 1C
Octal 170 30 137 0 120 25 65 474 103 34
Binary 1111000 11000 1011111 0 1010000 10101 110101 100111100 1000011 11100

Color Harmonies of #78185F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78185F

Black with #78185F

Text Example


Text Example

White with #78185F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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