Html Css Color HEX #600163 Palatinate Purple

📋 copy color: '#600163'

red 96 ◦ green 1 ◦ blue 99

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

Shades of Palatinate Purple #600163

Tints of Palatinate Purple #600163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 48.98%
G = 0.51%
B = 50.51%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600163 (or 0x600163) is known color: Palatinate Purple. HEX triplet: 60, 01 and 63. RGB value is (96,1,99). Sum of RGB (Red+Green+Blue) = 96+1+99=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #600163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600163 is #9FFE9C. Grayscale: #282828. Windows color (decimal): -10485405 or 6488416. OLE color: 6488416.

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

Color convert

RGB 96 1 99 -
CMYK 0.03 0.99 0 0.61
HSL 298.16º 0.98% 0.2% -
HSV(B) 298.16º 0.99% 0.39% -
XYZ 7.09 3.41 12.09 -
YUV 40.58 160.97 167.53 -
System Red Green Blue C M Y K H S L
Decimal 96 1 99 0.03 0.99 0 0.61 298.16 0.98 0.2
Hex 60 1 63 3 63 0 3D 12A 62 14
Octal 140 1 143 3 143 0 75 452 142 24
Binary 1100000 1 1100011 11 1100011 0 111101 100101010 1100010 10100

Color Harmonies of #600163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600163

Black with #600163

Text Example


Text Example

White with #600163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600163; }

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

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

background-color css

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

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

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

border-color css

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

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

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