Html Css Color HEX #78396C Palatinate Purple

📋 copy color: '#78396C'

red 120 ◦ green 57 ◦ blue 108

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

Shades of Palatinate Purple #78396C

Tints of Palatinate Purple #78396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 42.11%
G = 20%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78396C (or 0x78396C) is known color: Palatinate Purple. HEX triplet: 78, 39 and 6C. RGB value is (120,57,108). Sum of RGB (Red+Green+Blue) = 120+57+108=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78396C is #87C693. Grayscale: #515151. Windows color (decimal): -8898196 or 7092600. OLE color: 7092600.

HSL color Cylindrical-coordinate representation of color #78396C: hue angle of 311.43º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78396C is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 57 108 -
CMYK 0 0.52 0.10 0.53
HSL 311.43º 0.36% 0.35% -
HSV(B) 311.43º 0.53% 0.47% -
XYZ 11.92 8 15.1 -
YUV 81.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 120 57 108 0 0.52 0.10 0.53 311.43 0.36 0.35
Hex 78 39 6C 0 34 A 35 137 24 23
Octal 170 71 154 0 64 12 65 467 44 43
Binary 1111000 111001 1101100 0 110100 1010 110101 100110111 100100 100011

Color Harmonies of #78396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78396C

Black with #78396C

Text Example


Text Example

White with #78396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,57,108); }

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

background-color css

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

 a { background-color: rgb(120,57,108); }

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

border-color css

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

 span { border-color: rgb(120,57,108); }

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