Html Css Color HEX #631451 Palatinate Purple

📋 copy color: '#631451'

red 99 ◦ green 20 ◦ blue 81

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

Shades of Palatinate Purple #631451

Tints of Palatinate Purple #631451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 49.5%
G = 10%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#631451 (or 0x631451) is known color: Palatinate Purple. HEX triplet: 63, 14 and 51. RGB value is (99,20,81). Sum of RGB (Red+Green+Blue) = 99+20+81=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631451 is #9CEBAE. Grayscale: #323232. Windows color (decimal): -10283951 or 5313635. OLE color: 5313635.

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

Color convert

RGB 99 20 81 -
CMYK 0 0.80 0.18 0.61
HSL 313.67º 0.66% 0.23% -
HSV(B) 313.67º 0.8% 0.39% -
XYZ 6.88 3.75 8.15 -
YUV 50.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 99 20 81 0 0.80 0.18 0.61 313.67 0.66 0.23
Hex 63 14 51 0 50 12 3D 13A 42 17
Octal 143 24 121 0 120 22 75 472 102 27
Binary 1100011 10100 1010001 0 1010000 10010 111101 100111010 1000010 10111

Color Harmonies of #631451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631451

Black with #631451

Text Example


Text Example

White with #631451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631451; }

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

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

background-color css

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

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

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

border-color css

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

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

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