Html Css Color HEX #78386C Palatinate Purple

📋 copy color: '#78386C'

red 120 ◦ green 56 ◦ blue 108

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

Shades of Palatinate Purple #78386C

Tints of Palatinate Purple #78386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 42.25%
G = 19.72%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78386C (or 0x78386C) is known color: Palatinate Purple. HEX triplet: 78, 38 and 6C. RGB value is (120,56,108). Sum of RGB (Red+Green+Blue) = 120+56+108=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386C is #87C793. Grayscale: #505050. Windows color (decimal): -8898452 or 7092344. OLE color: 7092344.

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

Color convert

RGB 120 56 108 -
CMYK 0 0.53 0.10 0.53
HSL 311.25º 0.36% 0.35% -
HSV(B) 311.25º 0.53% 0.47% -
XYZ 11.87 7.9 15.09 -
YUV 81.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 120 56 108 0 0.53 0.10 0.53 311.25 0.36 0.35
Hex 78 38 6C 0 35 A 35 137 24 23
Octal 170 70 154 0 65 12 65 467 44 43
Binary 1111000 111000 1101100 0 110101 1010 110101 100110111 100100 100011

Color Harmonies of #78386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78386C

Black with #78386C

Text Example


Text Example

White with #78386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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