Html Css Color HEX #630359 Palatinate Purple

📋 copy color: '#630359'

red 99 ◦ green 3 ◦ blue 89

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

Shades of Palatinate Purple #630359

Tints of Palatinate Purple #630359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

 BLUE value IS 89 (35.16% from 255) = 46.6%

R = 51.83%
G = 1.57%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#630359 (or 0x630359) is known color: Palatinate Purple. HEX triplet: 63, 03 and 59. RGB value is (99,3,89). Sum of RGB (Red+Green+Blue) = 99+3+89=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #630359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630359 is #9CFCA6. Grayscale: #292929. Windows color (decimal): -10288295 or 5833571. OLE color: 5833571.

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

Color convert

RGB 99 3 89 -
CMYK 0 0.97 0.10 0.61
HSL 306.25º 0.94% 0.2% -
HSV(B) 306.25º 0.97% 0.39% -
XYZ 6.98 3.44 9.75 -
YUV 41.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 99 3 89 0 0.97 0.10 0.61 306.25 0.94 0.2
Hex 63 3 59 0 61 A 3D 132 5E 14
Octal 143 3 131 0 141 12 75 462 136 24
Binary 1100011 11 1011001 0 1100001 1010 111101 100110010 1011110 10100

Color Harmonies of #630359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630359

Black with #630359

Text Example


Text Example

White with #630359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630359; }

 p { color: rgb(99,3,89); }

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

background-color css

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

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

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

border-color css

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

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

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