Html Css Color HEX #60285E Palatinate Purple

📋 copy color: '#60285E'

red 96 ◦ green 40 ◦ blue 94

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

Shades of Palatinate Purple #60285E

Tints of Palatinate Purple #60285E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 41.74%
G = 17.39%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60285E (or 0x60285E) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5E. RGB value is (96,40,94). Sum of RGB (Red+Green+Blue) = 96+40+94=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285E is #9FD7A1. Grayscale: #3E3E3E. Windows color (decimal): -10475426 or 6170720. OLE color: 6170720.

HSL color Cylindrical-coordinate representation of color #60285E: hue angle of 302.14º 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 #60285E is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 40 94 -
CMYK 0 0.58 0.02 0.62
HSL 302.14º 0.41% 0.27% -
HSV(B) 302.14º 0.58% 0.38% -
XYZ 7.6 4.81 11.12 -
YUV 62.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 96 40 94 0 0.58 0.02 0.62 302.14 0.41 0.27
Hex 60 28 5E 0 3A 2 3E 12E 29 1B
Octal 140 50 136 0 72 2 76 456 51 33
Binary 1100000 101000 1011110 0 111010 10 111110 100101110 101001 11011

Color Harmonies of #60285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60285E

Black with #60285E

Text Example


Text Example

White with #60285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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