Html Css Color HEX #600663 Palatinate Purple

📋 copy color: '#600663'

red 96 ◦ green 6 ◦ blue 99

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

Shades of Palatinate Purple #600663

Tints of Palatinate Purple #600663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.99%

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

R = 47.76%
G = 2.99%
B = 49.25%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600663 (or 0x600663) is known color: Palatinate Purple. HEX triplet: 60, 06 and 63. RGB value is (96,6,99). Sum of RGB (Red+Green+Blue) = 96+6+99=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #600663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600663 is #9FF99C. Grayscale: #2B2B2B. Windows color (decimal): -10484125 or 6489696. OLE color: 6489696.

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

Color convert

RGB 96 6 99 -
CMYK 0.03 0.94 0 0.61
HSL 298.06º 0.89% 0.21% -
HSV(B) 298.06º 0.94% 0.39% -
XYZ 7.14 3.52 12.11 -
YUV 43.51 159.32 165.44 -
System Red Green Blue C M Y K H S L
Decimal 96 6 99 0.03 0.94 0 0.61 298.06 0.89 0.21
Hex 60 6 63 3 5E 0 3D 12A 59 15
Octal 140 6 143 3 136 0 75 452 131 25
Binary 1100000 110 1100011 11 1011110 0 111101 100101010 1011001 10101

Color Harmonies of #600663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600663

Black with #600663

Text Example


Text Example

White with #600663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600663; }

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

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

background-color css

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

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

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

border-color css

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

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

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