Html Css Color HEX #631553 Palatinate Purple

📋 copy color: '#631553'

red 99 ◦ green 21 ◦ blue 83

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

Shades of Palatinate Purple #631553

Tints of Palatinate Purple #631553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 48.77%
G = 10.34%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#631553 (or 0x631553) is known color: Palatinate Purple. HEX triplet: 63, 15 and 53. RGB value is (99,21,83). Sum of RGB (Red+Green+Blue) = 99+21+83=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631553 is #9CEAAC. Grayscale: #333333. Windows color (decimal): -10283693 or 5444963. OLE color: 5444963.

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

Color convert

RGB 99 21 83 -
CMYK 0 0.79 0.16 0.61
HSL 312.31º 0.65% 0.24% -
HSV(B) 312.31º 0.79% 0.39% -
XYZ 6.98 3.81 8.55 -
YUV 51.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 99 21 83 0 0.79 0.16 0.61 312.31 0.65 0.24
Hex 63 15 53 0 4F 10 3D 138 41 18
Octal 143 25 123 0 117 20 75 470 101 30
Binary 1100011 10101 1010011 0 1001111 10000 111101 100111000 1000001 11000

Color Harmonies of #631553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631553

Black with #631553

Text Example


Text Example

White with #631553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631553; }

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

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

background-color css

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

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

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

border-color css

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

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

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