Html Css Color HEX #630463 Palatinate Purple

📋 copy color: '#630463'

red 99 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #630463

Tints of Palatinate Purple #630463

RGB

 RED value IS 99 (39.06% from 255) = 49.01%

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

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

R = 49.01%
G = 1.98%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#630463 (or 0x630463) is known color: Palatinate Purple. HEX triplet: 63, 04 and 63. RGB value is (99,4,99). Sum of RGB (Red+Green+Blue) = 99+4+99=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630463 is #9CFB9C. Grayscale: #2A2A2A. Windows color (decimal): -10288029 or 6489187. OLE color: 6489187.

HSL color Cylindrical-coordinate representation of color #630463: hue angle of 300º 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 #630463 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 4 99 -
CMYK 0 0.96 0 0.61
HSL 300º 0.92% 0.2% -
HSV(B) 300º 0.96% 0.39% -
XYZ 7.44 3.64 12.11 -
YUV 43.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 99 4 99 0 0.96 0 0.61 300 0.92 0.2
Hex 63 4 63 0 60 0 3D 12C 5C 14
Octal 143 4 143 0 140 0 75 454 134 24
Binary 1100011 100 1100011 0 1100000 0 111101 100101100 1011100 10100

Color Harmonies of #630463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630463

Black with #630463

Text Example


Text Example

White with #630463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630463; }

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

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

background-color css

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

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

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

border-color css

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

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

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