Html Css Color HEX #600463 Palatinate Purple

📋 copy color: '#600463'

red 96 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #600463

Tints of Palatinate Purple #600463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 48.24%
G = 2.01%
B = 49.75%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600463 (or 0x600463) is known color: Palatinate Purple. HEX triplet: 60, 04 and 63. RGB value is (96,4,99). Sum of RGB (Red+Green+Blue) = 96+4+99=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #600463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600463 is #9FFB9C. Grayscale: #2A2A2A. Windows color (decimal): -10484637 or 6489184. OLE color: 6489184.

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

Color convert

RGB 96 4 99 -
CMYK 0.03 0.96 0 0.61
HSL 298.11º 0.92% 0.2% -
HSV(B) 298.11º 0.96% 0.39% -
XYZ 7.12 3.47 12.1 -
YUV 42.34 159.98 166.28 -
System Red Green Blue C M Y K H S L
Decimal 96 4 99 0.03 0.96 0 0.61 298.11 0.92 0.2
Hex 60 4 63 3 60 0 3D 12A 5C 14
Octal 140 4 143 3 140 0 75 452 134 24
Binary 1100000 100 1100011 11 1100000 0 111101 100101010 1011100 10100

Color Harmonies of #600463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600463

Black with #600463

Text Example


Text Example

White with #600463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600463; }

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

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

background-color css

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

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

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

border-color css

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

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

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