Html Css Color HEX #60295D Palatinate Purple

📋 copy color: '#60295D'

red 96 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #60295D

Tints of Palatinate Purple #60295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 41.74%
G = 17.83%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60295D (or 0x60295D) is known color: Palatinate Purple. HEX triplet: 60, 29 and 5D. RGB value is (96,41,93). Sum of RGB (Red+Green+Blue) = 96+41+93=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60295D is #9FD6A2. Grayscale: #3F3F3F. Windows color (decimal): -10475171 or 6105440. OLE color: 6105440.

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

Color convert

RGB 96 41 93 -
CMYK 0 0.57 0.03 0.62
HSL 303.27º 0.4% 0.27% -
HSV(B) 303.27º 0.57% 0.38% -
XYZ 7.59 4.86 10.89 -
YUV 63.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 96 41 93 0 0.57 0.03 0.62 303.27 0.4 0.27
Hex 60 29 5D 0 39 3 3E 12F 28 1B
Octal 140 51 135 0 71 3 76 457 50 33
Binary 1100000 101001 1011101 0 111001 11 111110 100101111 101000 11011

Color Harmonies of #60295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60295D

Black with #60295D

Text Example


Text Example

White with #60295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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