Html Css Color HEX #630963 Palatinate Purple

📋 copy color: '#630963'

red 99 ◦ green 9 ◦ blue 99

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

Shades of Palatinate Purple #630963

Tints of Palatinate Purple #630963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.35%

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

R = 47.83%
G = 4.35%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#630963 (or 0x630963) is known color: Palatinate Purple. HEX triplet: 63, 09 and 63. RGB value is (99,9,99). Sum of RGB (Red+Green+Blue) = 99+9+99=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #630963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630963 is #9CF69C. Grayscale: #2D2D2D. Windows color (decimal): -10286749 or 6490467. OLE color: 6490467.

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

Color convert

RGB 99 9 99 -
CMYK 0 0.91 0 0.61
HSL 300º 0.83% 0.21% -
HSV(B) 300º 0.91% 0.39% -
XYZ 7.5 3.75 12.13 -
YUV 46.17 157.82 165.68 -
System Red Green Blue C M Y K H S L
Decimal 99 9 99 0 0.91 0 0.61 300 0.83 0.21
Hex 63 9 63 0 5B 0 3D 12C 53 15
Octal 143 11 143 0 133 0 75 454 123 25
Binary 1100011 1001 1100011 0 1011011 0 111101 100101100 1010011 10101

Color Harmonies of #630963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630963

Black with #630963

Text Example


Text Example

White with #630963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630963; }

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

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

background-color css

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

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

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

border-color css

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

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

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