Html Css Color HEX #630A56 Palatinate Purple

📋 copy color: '#630A56'

red 99 ◦ green 10 ◦ blue 86

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

Shades of Palatinate Purple #630A56

Tints of Palatinate Purple #630A56

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

 BLUE value IS 86 (33.98% from 255) = 44.1%

R = 50.77%
G = 5.13%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#630A56 (or 0x630A56) is known color: Palatinate Purple. HEX triplet: 63, 0A and 56. RGB value is (99,10,86). Sum of RGB (Red+Green+Blue) = 99+10+86=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #630A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630A56 is #9CF5A9. Grayscale: #2D2D2D. Windows color (decimal): -10286506 or 5638755. OLE color: 5638755.

HSL color Cylindrical-coordinate representation of color #630A56: hue angle of 308.76º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A56 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 10 86 -
CMYK 0 0.90 0.13 0.61
HSL 308.76º 0.82% 0.21% -
HSV(B) 308.76º 0.9% 0.39% -
XYZ 6.93 3.54 9.12 -
YUV 45.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 99 10 86 0 0.90 0.13 0.61 308.76 0.82 0.21
Hex 63 A 56 0 5A D 3D 135 52 15
Octal 143 12 126 0 132 15 75 465 122 25
Binary 1100011 1010 1010110 0 1011010 1101 111101 100110101 1010010 10101

Color Harmonies of #630A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630A56

Black with #630A56

Text Example


Text Example

White with #630A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630A56; }

 p { color: rgb(99,10,86); }

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

background-color css

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

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

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

border-color css

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

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

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