Html Css Color HEX #600863 Palatinate Purple

📋 copy color: '#600863'

red 96 ◦ green 8 ◦ blue 99

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

Shades of Palatinate Purple #600863

Tints of Palatinate Purple #600863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 47.29%
G = 3.94%
B = 48.77%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600863 (or 0x600863) is known color: Palatinate Purple. HEX triplet: 60, 08 and 63. RGB value is (96,8,99). Sum of RGB (Red+Green+Blue) = 96+8+99=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #600863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600863 is #9FF79C. Grayscale: #2C2C2C. Windows color (decimal): -10483613 or 6490208. OLE color: 6490208.

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

Color convert

RGB 96 8 99 -
CMYK 0.03 0.92 0 0.61
HSL 298.02º 0.85% 0.21% -
HSV(B) 298.02º 0.92% 0.39% -
XYZ 7.16 3.56 12.11 -
YUV 44.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 96 8 99 0.03 0.92 0 0.61 298.02 0.85 0.21
Hex 60 8 63 3 5C 0 3D 12A 55 15
Octal 140 10 143 3 134 0 75 452 125 25
Binary 1100000 1000 1100011 11 1011100 0 111101 100101010 1010101 10101

Color Harmonies of #600863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600863

Black with #600863

Text Example


Text Example

White with #600863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600863; }

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

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

background-color css

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

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

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

border-color css

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

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

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