Html Css Color HEX #78285F Palatinate Purple

📋 copy color: '#78285F'

red 120 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #78285F

Tints of Palatinate Purple #78285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.69%

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

R = 47.06%
G = 15.69%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#78285F (or 0x78285F) is known color: Palatinate Purple. HEX triplet: 78, 28 and 5F. RGB value is (120,40,95). Sum of RGB (Red+Green+Blue) = 120+40+95=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78285F is #87D7A0. Grayscale: #464646. Windows color (decimal): -8902561 or 6236280. OLE color: 6236280.

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

Color convert

RGB 120 40 95 -
CMYK 0 0.67 0.21 0.53
HSL 318.75º 0.5% 0.31% -
HSV(B) 318.75º 0.67% 0.47% -
XYZ 10.57 6.34 11.49 -
YUV 70.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 120 40 95 0 0.67 0.21 0.53 318.75 0.5 0.31
Hex 78 28 5F 0 43 15 35 13F 32 1F
Octal 170 50 137 0 103 25 65 477 62 37
Binary 1111000 101000 1011111 0 1000011 10101 110101 100111111 110010 11111

Color Harmonies of #78285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78285F

Black with #78285F

Text Example


Text Example

White with #78285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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