Html Css Color HEX #60035E Palatinate Purple

📋 copy color: '#60035E'

red 96 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #60035E

Tints of Palatinate Purple #60035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 49.74%
G = 1.55%
B = 48.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60035E (or 0x60035E) is known color: Palatinate Purple. HEX triplet: 60, 03 and 5E. RGB value is (96,3,94). Sum of RGB (Red+Green+Blue) = 96+3+94=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60035E is #9FFCA1. Grayscale: #282828. Windows color (decimal): -10484898 or 6161248. OLE color: 6161248.

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

Color convert

RGB 96 3 94 -
CMYK 0 0.97 0.02 0.62
HSL 301.29º 0.94% 0.19% -
HSV(B) 301.29º 0.97% 0.38% -
XYZ 6.88 3.36 10.88 -
YUV 41.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 96 3 94 0 0.97 0.02 0.62 301.29 0.94 0.19
Hex 60 3 5E 0 61 2 3E 12D 5E 13
Octal 140 3 136 0 141 2 76 455 136 23
Binary 1100000 11 1011110 0 1100001 10 111110 100101101 1011110 10011

Color Harmonies of #60035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60035E

Black with #60035E

Text Example


Text Example

White with #60035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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