Html Css Color HEX #78386B Palatinate Purple

📋 copy color: '#78386B'

red 120 ◦ green 56 ◦ blue 107

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

Shades of Palatinate Purple #78386B

Tints of Palatinate Purple #78386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.81%

R = 42.4%
G = 19.79%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78386B (or 0x78386B) is known color: Palatinate Purple. HEX triplet: 78, 38 and 6B. RGB value is (120,56,107). Sum of RGB (Red+Green+Blue) = 120+56+107=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #78386B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78386B is #87C794. Grayscale: #505050. Windows color (decimal): -8898453 or 7026808. OLE color: 7026808.

HSL color Cylindrical-coordinate representation of color #78386B: hue angle of 312.19º 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 #78386B is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 56 107 -
CMYK 0 0.53 0.11 0.53
HSL 312.19º 0.36% 0.35% -
HSV(B) 312.19º 0.53% 0.47% -
XYZ 11.81 7.88 14.81 -
YUV 80.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 120 56 107 0 0.53 0.11 0.53 312.19 0.36 0.35
Hex 78 38 6B 0 35 B 35 138 24 23
Octal 170 70 153 0 65 13 65 470 44 43
Binary 1111000 111000 1101011 0 110101 1011 110101 100111000 100100 100011

Color Harmonies of #78386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78386B

Black with #78386B

Text Example


Text Example

White with #78386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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