Html Css Color HEX #78306A Palatinate Purple

📋 copy color: '#78306A'

red 120 ◦ green 48 ◦ blue 106

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

Shades of Palatinate Purple #78306A

Tints of Palatinate Purple #78306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 43.8%
G = 17.52%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78306A (or 0x78306A) is known color: Palatinate Purple. HEX triplet: 78, 30 and 6A. RGB value is (120,48,106). Sum of RGB (Red+Green+Blue) = 120+48+106=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #78306A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78306A is #87CF95. Grayscale: #4B4B4B. Windows color (decimal): -8900502 or 6959224. OLE color: 6959224.

HSL color Cylindrical-coordinate representation of color #78306A: hue angle of 311.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78306A is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 106 -
CMYK 0 0.60 0.12 0.53
HSL 311.67º 0.43% 0.33% -
HSV(B) 311.67º 0.6% 0.47% -
XYZ 11.4 7.15 14.41 -
YUV 76.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 120 48 106 0 0.60 0.12 0.53 311.67 0.43 0.33
Hex 78 30 6A 0 3C C 35 138 2B 21
Octal 170 60 152 0 74 14 65 470 53 41
Binary 1111000 110000 1101010 0 111100 1100 110101 100111000 101011 100001

Color Harmonies of #78306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78306A

Black with #78306A

Text Example


Text Example

White with #78306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78306A; }

 p { color: rgb(120,48,106); }

 H1.HeaderClassName
 {
   color: #78306A;
 }
 .AnyTagClassName
 {
   color: #78306A;
 }
</style>

background-color css

<style>
 a { background-color: #78306A; }

 a { background-color: rgb(120,48,106); }

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

border-color css

<style>
 span { border-color: #78306A; }

 span { border-color: rgb(120,48,106); }

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