Html Css Color HEX #60205D Palatinate Purple

📋 copy color: '#60205D'

red 96 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #60205D

Tints of Palatinate Purple #60205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

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

R = 43.44%
G = 14.48%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60205D (or 0x60205D) is known color: Palatinate Purple. HEX triplet: 60, 20 and 5D. RGB value is (96,32,93). Sum of RGB (Red+Green+Blue) = 96+32+93=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #60205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60205D is #9FDFA2. Grayscale: #393939. Windows color (decimal): -10477475 or 6103136. OLE color: 6103136.

HSL color Cylindrical-coordinate representation of color #60205D: hue angle of 302.81º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60205D is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 32 93 -
CMYK 0 0.67 0.03 0.62
HSL 302.81º 0.5% 0.25% -
HSV(B) 302.81º 0.67% 0.38% -
XYZ 7.32 4.31 10.8 -
YUV 58.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 96 32 93 0 0.67 0.03 0.62 302.81 0.5 0.25
Hex 60 20 5D 0 43 3 3E 12F 32 19
Octal 140 40 135 0 103 3 76 457 62 31
Binary 1100000 100000 1011101 0 1000011 11 111110 100101111 110010 11001

Color Harmonies of #60205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60205D

Black with #60205D

Text Example


Text Example

White with #60205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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