Html Css Color HEX #630663 Palatinate Purple

📋 copy color: '#630663'

red 99 ◦ green 6 ◦ blue 99

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

Shades of Palatinate Purple #630663

Tints of Palatinate Purple #630663

RGB

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

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

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

R = 48.53%
G = 2.94%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#630663 (or 0x630663) is known color: Palatinate Purple. HEX triplet: 63, 06 and 63. RGB value is (99,6,99). Sum of RGB (Red+Green+Blue) = 99+6+99=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630663 is #9CF99C. Grayscale: #2C2C2C. Windows color (decimal): -10287517 or 6489699. OLE color: 6489699.

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

Color convert

RGB 99 6 99 -
CMYK 0 0.94 0 0.61
HSL 300º 0.89% 0.21% -
HSV(B) 300º 0.94% 0.39% -
XYZ 7.46 3.68 12.12 -
YUV 44.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 99 6 99 0 0.94 0 0.61 300 0.89 0.21
Hex 63 6 63 0 5E 0 3D 12C 59 15
Octal 143 6 143 0 136 0 75 454 131 25
Binary 1100011 110 1100011 0 1011110 0 111101 100101100 1011001 10101

Color Harmonies of #630663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630663

Black with #630663

Text Example


Text Example

White with #630663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630663; }

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

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

background-color css

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

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

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

border-color css

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

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

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