Html Css Color HEX #600263 Palatinate Purple

📋 copy color: '#600263'

red 96 ◦ green 2 ◦ blue 99

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

Shades of Palatinate Purple #600263

Tints of Palatinate Purple #600263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 48.73%
G = 1.02%
B = 50.25%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600263 (or 0x600263) is known color: Palatinate Purple. HEX triplet: 60, 02 and 63. RGB value is (96,2,99). Sum of RGB (Red+Green+Blue) = 96+2+99=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #600263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600263 is #9FFD9C. Grayscale: #282828. Windows color (decimal): -10485149 or 6488672. OLE color: 6488672.

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

Color convert

RGB 96 2 99 -
CMYK 0.03 0.98 0 0.61
HSL 298.14º 0.96% 0.2% -
HSV(B) 298.14º 0.98% 0.39% -
XYZ 7.1 3.43 12.09 -
YUV 41.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 96 2 99 0.03 0.98 0 0.61 298.14 0.96 0.2
Hex 60 2 63 3 62 0 3D 12A 60 14
Octal 140 2 143 3 142 0 75 452 140 24
Binary 1100000 10 1100011 11 1100010 0 111101 100101010 1100000 10100

Color Harmonies of #600263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600263

Black with #600263

Text Example


Text Example

White with #600263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600263; }

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

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

background-color css

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

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

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

border-color css

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

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

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