Html Css Color HEX #78295C Palatinate Purple

📋 copy color: '#78295C'

red 120 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #78295C

Tints of Palatinate Purple #78295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 47.43%
G = 16.21%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78295C (or 0x78295C) is known color: Palatinate Purple. HEX triplet: 78, 29 and 5C. RGB value is (120,41,92). Sum of RGB (Red+Green+Blue) = 120+41+92=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78295C is #87D6A3. Grayscale: #464646. Windows color (decimal): -8902308 or 6039928. OLE color: 6039928.

HSL color Cylindrical-coordinate representation of color #78295C: hue angle of 321.27º 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 #78295C is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 41 92 -
CMYK 0 0.66 0.23 0.53
HSL 321.27º 0.49% 0.32% -
HSV(B) 321.27º 0.66% 0.47% -
XYZ 10.47 6.35 10.8 -
YUV 70.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 120 41 92 0 0.66 0.23 0.53 321.27 0.49 0.32
Hex 78 29 5C 0 42 17 35 141 31 20
Octal 170 51 134 0 102 27 65 501 61 40
Binary 1111000 101001 1011100 0 1000010 10111 110101 101000001 110001 100000

Color Harmonies of #78295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78295C

Black with #78295C

Text Example


Text Example

White with #78295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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