Html Css Color HEX #60285F Palatinate Purple

📋 copy color: '#60285F'

red 96 ◦ green 40 ◦ blue 95

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

Shades of Palatinate Purple #60285F

Tints of Palatinate Purple #60285F

RGB

 RED value IS 96 (37.89% from 255) = 41.56%

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

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

R = 41.56%
G = 17.32%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60285F (or 0x60285F) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5F. RGB value is (96,40,95). Sum of RGB (Red+Green+Blue) = 96+40+95=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #60285F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285F is #9FD7A0. Grayscale: #3E3E3E. Windows color (decimal): -10475425 or 6236256. OLE color: 6236256.

HSL color Cylindrical-coordinate representation of color #60285F: hue angle of 301.07º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60285F is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 95 -
CMYK 0 0.58 0.01 0.62
HSL 301.07º 0.41% 0.27% -
HSV(B) 301.07º 0.58% 0.38% -
XYZ 7.65 4.83 11.36 -
YUV 63.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 96 40 95 0 0.58 0.01 0.62 301.07 0.41 0.27
Hex 60 28 5F 0 3A 1 3E 12D 29 1B
Octal 140 50 137 0 72 1 76 455 51 33
Binary 1100000 101000 1011111 0 111010 1 111110 100101101 101001 11011

Color Harmonies of #60285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60285F

Black with #60285F

Text Example


Text Example

White with #60285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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