Html Css Color HEX #631051 Palatinate Purple

📋 copy color: '#631051'

red 99 ◦ green 16 ◦ blue 81

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

Shades of Palatinate Purple #631051

Tints of Palatinate Purple #631051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 50.51%
G = 8.16%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#631051 (or 0x631051) is known color: Palatinate Purple. HEX triplet: 63, 10 and 51. RGB value is (99,16,81). Sum of RGB (Red+Green+Blue) = 99+16+81=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #631051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631051 is #9CEFAE. Grayscale: #303030. Windows color (decimal): -10284975 or 5312611. OLE color: 5312611.

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

Color convert

RGB 99 16 81 -
CMYK 0 0.84 0.18 0.61
HSL 313.01º 0.72% 0.23% -
HSV(B) 313.01º 0.84% 0.39% -
XYZ 6.82 3.62 8.12 -
YUV 48.23 146.5 164.21 -
System Red Green Blue C M Y K H S L
Decimal 99 16 81 0 0.84 0.18 0.61 313.01 0.72 0.23
Hex 63 10 51 0 54 12 3D 139 48 17
Octal 143 20 121 0 124 22 75 471 110 27
Binary 1100011 10000 1010001 0 1010100 10010 111101 100111001 1001000 10111

Color Harmonies of #631051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631051

Black with #631051

Text Example


Text Example

White with #631051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631051; }

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

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

background-color css

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

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

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

border-color css

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

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

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