Html Css Color HEX #631562 Palatinate Purple

📋 copy color: '#631562'

red 99 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #631562

Tints of Palatinate Purple #631562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 45.41%
G = 9.63%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#631562 (or 0x631562) is known color: Palatinate Purple. HEX triplet: 63, 15 and 62. RGB value is (99,21,98). Sum of RGB (Red+Green+Blue) = 99+21+98=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #631562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631562 is #9CEA9D. Grayscale: #343434. Windows color (decimal): -10283678 or 6428003. OLE color: 6428003.

HSL color Cylindrical-coordinate representation of color #631562: hue angle of 300.77º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #631562 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 21 98 -
CMYK 0 0.79 0.01 0.61
HSL 300.77º 0.65% 0.24% -
HSV(B) 300.77º 0.79% 0.39% -
XYZ 7.62 4.07 11.94 -
YUV 53.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 99 21 98 0 0.79 0.01 0.61 300.77 0.65 0.24
Hex 63 15 62 0 4F 1 3D 12D 41 18
Octal 143 25 142 0 117 1 75 455 101 30
Binary 1100011 10101 1100010 0 1001111 1 111101 100101101 1000001 11000

Color Harmonies of #631562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631562

Black with #631562

Text Example


Text Example

White with #631562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631562; }

 p { color: rgb(99,21,98); }

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

background-color css

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

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

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

border-color css

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

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

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