Html Css Color HEX #78275C Palatinate Purple

📋 copy color: '#78275C'

red 120 ◦ green 39 ◦ blue 92

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

Shades of Palatinate Purple #78275C

Tints of Palatinate Purple #78275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 47.81%
G = 15.54%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#78275C (or 0x78275C) is known color: Palatinate Purple. HEX triplet: 78, 27 and 5C. RGB value is (120,39,92). Sum of RGB (Red+Green+Blue) = 120+39+92=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78275C is #87D8A3. Grayscale: #454545. Windows color (decimal): -8902820 or 6039416. OLE color: 6039416.

HSL color Cylindrical-coordinate representation of color #78275C: hue angle of 320.74º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78275C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 39 92 -
CMYK 0 0.67 0.23 0.53
HSL 320.74º 0.51% 0.31% -
HSV(B) 320.74º 0.68% 0.47% -
XYZ 10.4 6.22 10.78 -
YUV 69.26 140.84 164.19 -
System Red Green Blue C M Y K H S L
Decimal 120 39 92 0 0.67 0.23 0.53 320.74 0.51 0.31
Hex 78 27 5C 0 43 17 35 141 33 1F
Octal 170 47 134 0 103 27 65 501 63 37
Binary 1111000 100111 1011100 0 1000011 10111 110101 101000001 110011 11111

Color Harmonies of #78275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78275C

Black with #78275C

Text Example


Text Example

White with #78275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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