Html Css Color HEX #60285D Palatinate Purple

📋 copy color: '#60285D'

red 96 ◦ green 40 ◦ blue 93

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

Shades of Palatinate Purple #60285D

Tints of Palatinate Purple #60285D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 41.92%
G = 17.47%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60285D (or 0x60285D) is known color: Palatinate Purple. HEX triplet: 60, 28 and 5D. RGB value is (96,40,93). Sum of RGB (Red+Green+Blue) = 96+40+93=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60285D is #9FD7A2. Grayscale: #3E3E3E. Windows color (decimal): -10475427 or 6105184. OLE color: 6105184.

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

Color convert

RGB 96 40 93 -
CMYK 0 0.58 0.03 0.62
HSL 303.21º 0.41% 0.27% -
HSV(B) 303.21º 0.58% 0.38% -
XYZ 7.56 4.79 10.88 -
YUV 62.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 96 40 93 0 0.58 0.03 0.62 303.21 0.41 0.27
Hex 60 28 5D 0 3A 3 3E 12F 29 1B
Octal 140 50 135 0 72 3 76 457 51 33
Binary 1100000 101000 1011101 0 111010 11 111110 100101111 101001 11011

Color Harmonies of #60285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60285D

Black with #60285D

Text Example


Text Example

White with #60285D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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