Html Css Color HEX #631453 Palatinate Purple

📋 copy color: '#631453'

red 99 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #631453

Tints of Palatinate Purple #631453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.9%

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

R = 49.01%
G = 9.9%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#631453 (or 0x631453) is known color: Palatinate Purple. HEX triplet: 63, 14 and 53. RGB value is (99,20,83). Sum of RGB (Red+Green+Blue) = 99+20+83=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631453 is #9CEBAC. Grayscale: #323232. Windows color (decimal): -10283949 or 5444707. OLE color: 5444707.

HSL color Cylindrical-coordinate representation of color #631453: hue angle of 312.15º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631453 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 83 -
CMYK 0 0.80 0.16 0.61
HSL 312.15º 0.66% 0.23% -
HSV(B) 312.15º 0.8% 0.39% -
XYZ 6.96 3.78 8.55 -
YUV 50.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 99 20 83 0 0.80 0.16 0.61 312.15 0.66 0.23
Hex 63 14 53 0 50 10 3D 138 42 17
Octal 143 24 123 0 120 20 75 470 102 27
Binary 1100011 10100 1010011 0 1010000 10000 111101 100111000 1000010 10111

Color Harmonies of #631453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631453

Black with #631453

Text Example


Text Example

White with #631453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631453; }

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

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

background-color css

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

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

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

border-color css

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

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

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