Html Css Color HEX #631C51 Palatinate Purple

📋 copy color: '#631C51'

red 99 ◦ green 28 ◦ blue 81

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

Shades of Palatinate Purple #631C51

Tints of Palatinate Purple #631C51

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 47.6%
G = 13.46%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#631C51 (or 0x631C51) is known color: Palatinate Purple. HEX triplet: 63, 1C and 51. RGB value is (99,28,81). Sum of RGB (Red+Green+Blue) = 99+28+81=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #631C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C51 is #9CE3AE. Grayscale: #373737. Windows color (decimal): -10281903 or 5315683. OLE color: 5315683.

HSL color Cylindrical-coordinate representation of color #631C51: hue angle of 315.21º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C51 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 28 81 -
CMYK 0 0.72 0.18 0.61
HSL 315.21º 0.56% 0.25% -
HSV(B) 315.21º 0.72% 0.39% -
XYZ 7.05 4.08 8.2 -
YUV 55.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 99 28 81 0 0.72 0.18 0.61 315.21 0.56 0.25
Hex 63 1C 51 0 48 12 3D 13B 38 19
Octal 143 34 121 0 110 22 75 473 70 31
Binary 1100011 11100 1010001 0 1001000 10010 111101 100111011 111000 11001

Color Harmonies of #631C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631C51

Black with #631C51

Text Example


Text Example

White with #631C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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