Html Css Color HEX #60035A Palatinate Purple

📋 copy color: '#60035A'

red 96 ◦ green 3 ◦ blue 90

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

Shades of Palatinate Purple #60035A

Tints of Palatinate Purple #60035A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 47.62%

R = 50.79%
G = 1.59%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60035A (or 0x60035A) is known color: Palatinate Purple. HEX triplet: 60, 03 and 5A. RGB value is (96,3,90). Sum of RGB (Red+Green+Blue) = 96+3+90=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 90 (35.55% from 255 or 47.62% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60035A is #9FFCA5. Grayscale: #282828. Windows color (decimal): -10484902 or 5899104. OLE color: 5899104.

HSL color Cylindrical-coordinate representation of color #60035A: hue angle of 303.87º 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 #60035A is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 3 90 -
CMYK 0 0.97 0.06 0.62
HSL 303.87º 0.94% 0.19% -
HSV(B) 303.87º 0.97% 0.38% -
XYZ 6.7 3.29 9.95 -
YUV 40.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 96 3 90 0 0.97 0.06 0.62 303.87 0.94 0.19
Hex 60 3 5A 0 61 6 3E 130 5E 13
Octal 140 3 132 0 141 6 76 460 136 23
Binary 1100000 11 1011010 0 1100001 110 111110 100110000 1011110 10011

Color Harmonies of #60035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60035A

Black with #60035A

Text Example


Text Example

White with #60035A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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