Html Css Color HEX #630559 Palatinate Purple

📋 copy color: '#630559'

red 99 ◦ green 5 ◦ blue 89

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

Shades of Palatinate Purple #630559

Tints of Palatinate Purple #630559

RGB

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

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

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

R = 51.3%
G = 2.59%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#630559 (or 0x630559) is known color: Palatinate Purple. HEX triplet: 63, 05 and 59. RGB value is (99,5,89). Sum of RGB (Red+Green+Blue) = 99+5+89=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630559 is #9CFAA6. Grayscale: #2A2A2A. Windows color (decimal): -10287783 or 5834083. OLE color: 5834083.

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

Color convert

RGB 99 5 89 -
CMYK 0 0.95 0.10 0.61
HSL 306.38º 0.9% 0.2% -
HSV(B) 306.38º 0.95% 0.39% -
XYZ 7 3.48 9.75 -
YUV 42.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 99 5 89 0 0.95 0.10 0.61 306.38 0.9 0.2
Hex 63 5 59 0 5F A 3D 132 5A 14
Octal 143 5 131 0 137 12 75 462 132 24
Binary 1100011 101 1011001 0 1011111 1010 111101 100110010 1011010 10100

Color Harmonies of #630559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630559

Black with #630559

Text Example


Text Example

White with #630559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630559; }

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

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

background-color css

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

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

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

border-color css

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

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

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