Html Css Color HEX #78305F Palatinate Purple

📋 copy color: '#78305F'

red 120 ◦ green 48 ◦ blue 95

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

Shades of Palatinate Purple #78305F

Tints of Palatinate Purple #78305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 45.63%
G = 18.25%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78305F (or 0x78305F) is known color: Palatinate Purple. HEX triplet: 78, 30 and 5F. RGB value is (120,48,95). Sum of RGB (Red+Green+Blue) = 120+48+95=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78305F is #87CFA0. Grayscale: #4A4A4A. Windows color (decimal): -8900513 or 6238328. OLE color: 6238328.

HSL color Cylindrical-coordinate representation of color #78305F: hue angle of 320.83º 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 #78305F is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 48 95 -
CMYK 0 0.60 0.21 0.53
HSL 320.83º 0.43% 0.33% -
HSV(B) 320.83º 0.6% 0.47% -
XYZ 10.87 6.93 11.59 -
YUV 74.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 120 48 95 0 0.60 0.21 0.53 320.83 0.43 0.33
Hex 78 30 5F 0 3C 15 35 141 2B 21
Octal 170 60 137 0 74 25 65 501 53 41
Binary 1111000 110000 1011111 0 111100 10101 110101 101000001 101011 100001

Color Harmonies of #78305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78305F

Black with #78305F

Text Example


Text Example

White with #78305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78305F; }

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

 H1.HeaderClassName
 {
   color: #78305F;
 }
 .AnyTagClassName
 {
   color: #78305F;
 }
</style>

background-color css

<style>
 a { background-color: #78305F; }

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

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

border-color css

<style>
 span { border-color: #78305F; }

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

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