Html Css Color HEX #630563 Palatinate Purple

📋 copy color: '#630563'

red 99 ◦ green 5 ◦ blue 99

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

Shades of Palatinate Purple #630563

Tints of Palatinate Purple #630563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.46%

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

R = 48.77%
G = 2.46%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#630563 (or 0x630563) is known color: Palatinate Purple. HEX triplet: 63, 05 and 63. RGB value is (99,5,99). Sum of RGB (Red+Green+Blue) = 99+5+99=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630563 is #9CFA9C. Grayscale: #2B2B2B. Windows color (decimal): -10287773 or 6489443. OLE color: 6489443.

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

Color convert

RGB 99 5 99 -
CMYK 0 0.95 0 0.61
HSL 300º 0.9% 0.2% -
HSV(B) 300º 0.95% 0.39% -
XYZ 7.45 3.66 12.12 -
YUV 43.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 99 5 99 0 0.95 0 0.61 300 0.9 0.2
Hex 63 5 63 0 5F 0 3D 12C 5A 14
Octal 143 5 143 0 137 0 75 454 132 24
Binary 1100011 101 1100011 0 1011111 0 111101 100101100 1011010 10100

Color Harmonies of #630563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630563

Black with #630563

Text Example


Text Example

White with #630563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630563; }

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

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

background-color css

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

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

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

border-color css

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

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

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