Html Css Color HEX #60035D Palatinate Purple

📋 copy color: '#60035D'

red 96 ◦ green 3 ◦ blue 93

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

Shades of Palatinate Purple #60035D

Tints of Palatinate Purple #60035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 50%
G = 1.56%
B = 48.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#60035D (or 0x60035D) is known color: Palatinate Purple. HEX triplet: 60, 03 and 5D. RGB value is (96,3,93). Sum of RGB (Red+Green+Blue) = 96+3+93=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60035D is #9FFCA2. Grayscale: #282828. Windows color (decimal): -10484899 or 6095712. OLE color: 6095712.

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

Color convert

RGB 96 3 93 -
CMYK 0 0.97 0.03 0.62
HSL 301.94º 0.94% 0.19% -
HSV(B) 301.94º 0.97% 0.38% -
XYZ 6.83 3.34 10.64 -
YUV 41.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 96 3 93 0 0.97 0.03 0.62 301.94 0.94 0.19
Hex 60 3 5D 0 61 3 3E 12E 5E 13
Octal 140 3 135 0 141 3 76 456 136 23
Binary 1100000 11 1011101 0 1100001 11 111110 100101110 1011110 10011

Color Harmonies of #60035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60035D

Black with #60035D

Text Example


Text Example

White with #60035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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