Html Css Color HEX #78346B Palatinate Purple

📋 copy color: '#78346B'

red 120 ◦ green 52 ◦ blue 107

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

Shades of Palatinate Purple #78346B

Tints of Palatinate Purple #78346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 43.01%
G = 18.64%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78346B (or 0x78346B) is known color: Palatinate Purple. HEX triplet: 78, 34 and 6B. RGB value is (120,52,107). Sum of RGB (Red+Green+Blue) = 120+52+107=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78346B is #87CB94. Grayscale: #4E4E4E. Windows color (decimal): -8899477 or 7025784. OLE color: 7025784.

HSL color Cylindrical-coordinate representation of color #78346B: hue angle of 311.47º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78346B is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 107 -
CMYK 0 0.57 0.11 0.53
HSL 311.47º 0.4% 0.34% -
HSV(B) 311.47º 0.57% 0.47% -
XYZ 11.63 7.51 14.75 -
YUV 78.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 120 52 107 0 0.57 0.11 0.53 311.47 0.4 0.34
Hex 78 34 6B 0 39 B 35 137 28 22
Octal 170 64 153 0 71 13 65 467 50 42
Binary 1111000 110100 1101011 0 111001 1011 110101 100110111 101000 100010

Color Harmonies of #78346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78346B

Black with #78346B

Text Example


Text Example

White with #78346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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