Html Css Color HEX #78215C Palatinate Purple

📋 copy color: '#78215C'

red 120 ◦ green 33 ◦ blue 92

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

Shades of Palatinate Purple #78215C

Tints of Palatinate Purple #78215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

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

R = 48.98%
G = 13.47%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78215C (or 0x78215C) is known color: Palatinate Purple. HEX triplet: 78, 21 and 5C. RGB value is (120,33,92). Sum of RGB (Red+Green+Blue) = 120+33+92=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78215C is #87DEA3. Grayscale: #414141. Windows color (decimal): -8904356 or 6037880. OLE color: 6037880.

HSL color Cylindrical-coordinate representation of color #78215C: hue angle of 319.31º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78215C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 33 92 -
CMYK 0 0.72 0.23 0.53
HSL 319.31º 0.57% 0.3% -
HSV(B) 319.31º 0.73% 0.47% -
XYZ 10.22 5.85 10.72 -
YUV 65.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 120 33 92 0 0.72 0.23 0.53 319.31 0.57 0.3
Hex 78 21 5C 0 48 17 35 13F 39 1E
Octal 170 41 134 0 110 27 65 477 71 36
Binary 1111000 100001 1011100 0 1001000 10111 110101 100111111 111001 11110

Color Harmonies of #78215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78215C

Black with #78215C

Text Example


Text Example

White with #78215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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