Html Css Color HEX #600363 Palatinate Purple

📋 copy color: '#600363'

red 96 ◦ green 3 ◦ blue 99

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

Shades of Palatinate Purple #600363

Tints of Palatinate Purple #600363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 50%

R = 48.48%
G = 1.52%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600363 (or 0x600363) is known color: Palatinate Purple. HEX triplet: 60, 03 and 63. RGB value is (96,3,99). Sum of RGB (Red+Green+Blue) = 96+3+99=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #600363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600363 is #9FFC9C. Grayscale: #292929. Windows color (decimal): -10484893 or 6488928. OLE color: 6488928.

HSL color Cylindrical-coordinate representation of color #600363: hue angle of 298.12º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #600363 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 3 99 -
CMYK 0.03 0.97 0 0.61
HSL 298.13º 0.94% 0.2% -
HSV(B) 298.13º 0.97% 0.39% -
XYZ 7.11 3.45 12.1 -
YUV 41.75 160.31 166.69 -
System Red Green Blue C M Y K H S L
Decimal 96 3 99 0.03 0.97 0 0.61 298.13 0.94 0.2
Hex 60 3 63 3 61 0 3D 12A 5E 14
Octal 140 3 143 3 141 0 75 452 136 24
Binary 1100000 11 1100011 11 1100001 0 111101 100101010 1011110 10100

Color Harmonies of #600363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600363

Black with #600363

Text Example


Text Example

White with #600363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600363; }

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

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

background-color css

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

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

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

border-color css

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

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

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