Html Css Color HEX #78165D Palatinate Purple

📋 copy color: '#78165D'

red 120 ◦ green 22 ◦ blue 93

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

Shades of Palatinate Purple #78165D

Tints of Palatinate Purple #78165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 51.06%
G = 9.36%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78165D (or 0x78165D) is known color: Palatinate Purple. HEX triplet: 78, 16 and 5D. RGB value is (120,22,93). Sum of RGB (Red+Green+Blue) = 120+22+93=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78165D is #87E9A2. Grayscale: #3B3B3B. Windows color (decimal): -8907171 or 6100600. OLE color: 6100600.

HSL color Cylindrical-coordinate representation of color #78165D: hue angle of 316.53º degrees, saturation: 0.69, 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 #78165D is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 93 -
CMYK 0 0.82 0.22 0.53
HSL 316.53º 0.69% 0.28% -
HSV(B) 316.53º 0.82% 0.47% -
XYZ 10.01 5.36 10.86 -
YUV 59.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 120 22 93 0 0.82 0.22 0.53 316.53 0.69 0.28
Hex 78 16 5D 0 52 16 35 13D 45 1C
Octal 170 26 135 0 122 26 65 475 105 34
Binary 1111000 10110 1011101 0 1010010 10110 110101 100111101 1000101 11100

Color Harmonies of #78165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78165D

Black with #78165D

Text Example


Text Example

White with #78165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78165D; }

 p { color: rgb(120,22,93); }

 H1.HeaderClassName
 {
   color: #78165D;
 }
 .AnyTagClassName
 {
   color: #78165D;
 }
</style>

background-color css

<style>
 a { background-color: #78165D; }

 a { background-color: rgb(120,22,93); }

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

border-color css

<style>
 span { border-color: #78165D; }

 span { border-color: rgb(120,22,93); }

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