Html Css Color HEX #78195A Palatinate Purple

📋 copy color: '#78195A'

red 120 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #78195A

Tints of Palatinate Purple #78195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.64%

 BLUE value IS 90 (35.55% from 255) = 38.3%

R = 51.06%
G = 10.64%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#78195A (or 0x78195A) is known color: Palatinate Purple. HEX triplet: 78, 19 and 5A. RGB value is (120,25,90). Sum of RGB (Red+Green+Blue) = 120+25+90=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78195A is #87E6A5. Grayscale: #3C3C3C. Windows color (decimal): -8906406 or 5904760. OLE color: 5904760.

HSL color Cylindrical-coordinate representation of color #78195A: hue angle of 318.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78195A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 90 -
CMYK 0 0.79 0.25 0.53
HSL 318.95º 0.66% 0.28% -
HSV(B) 318.95º 0.79% 0.47% -
XYZ 9.94 5.43 10.2 -
YUV 60.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 120 25 90 0 0.79 0.25 0.53 318.95 0.66 0.28
Hex 78 19 5A 0 4F 19 35 13F 42 1C
Octal 170 31 132 0 117 31 65 477 102 34
Binary 1111000 11001 1011010 0 1001111 11001 110101 100111111 1000010 11100

Color Harmonies of #78195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78195A

Black with #78195A

Text Example


Text Example

White with #78195A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78195A; }

 p { color: rgb(120,25,90); }

 H1.HeaderClassName
 {
   color: #78195A;
 }
 .AnyTagClassName
 {
   color: #78195A;
 }
</style>

background-color css

<style>
 a { background-color: #78195A; }

 a { background-color: rgb(120,25,90); }

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

border-color css

<style>
 span { border-color: #78195A; }

 span { border-color: rgb(120,25,90); }

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