Html Css Color HEX #78295F Palatinate Purple

📋 copy color: '#78295F'

red 120 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #78295F

Tints of Palatinate Purple #78295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.02%

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

R = 46.88%
G = 16.02%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78295F (or 0x78295F) is known color: Palatinate Purple. HEX triplet: 78, 29 and 5F. RGB value is (120,41,95). Sum of RGB (Red+Green+Blue) = 120+41+95=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #78295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78295F is #87D6A0. Grayscale: #464646. Windows color (decimal): -8902305 or 6236536. OLE color: 6236536.

HSL color Cylindrical-coordinate representation of color #78295F: hue angle of 318.99º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #78295F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 95 -
CMYK 0 0.66 0.21 0.53
HSL 318.99º 0.49% 0.32% -
HSV(B) 318.99º 0.66% 0.47% -
XYZ 10.6 6.41 11.5 -
YUV 70.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 120 41 95 0 0.66 0.21 0.53 318.99 0.49 0.32
Hex 78 29 5F 0 42 15 35 13F 31 20
Octal 170 51 137 0 102 25 65 477 61 40
Binary 1111000 101001 1011111 0 1000010 10101 110101 100111111 110001 100000

Color Harmonies of #78295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78295F

Black with #78295F

Text Example


Text Example

White with #78295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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