Html Css Color HEX #631261 Palatinate Purple

📋 copy color: '#631261'

red 99 ◦ green 18 ◦ blue 97

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

Shades of Palatinate Purple #631261

Tints of Palatinate Purple #631261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

 BLUE value IS 97 (38.28% from 255) = 45.33%

R = 46.26%
G = 8.41%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#631261 (or 0x631261) is known color: Palatinate Purple. HEX triplet: 63, 12 and 61. RGB value is (99,18,97). Sum of RGB (Red+Green+Blue) = 99+18+97=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #631261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631261 is #9CED9E. Grayscale: #323232. Windows color (decimal): -10284447 or 6361699. OLE color: 6361699.

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

Color convert

RGB 99 18 97 -
CMYK 0 0.82 0.02 0.61
HSL 301.48º 0.69% 0.23% -
HSV(B) 301.48º 0.82% 0.39% -
XYZ 7.52 3.95 11.68 -
YUV 51.23 153.84 162.08 -
System Red Green Blue C M Y K H S L
Decimal 99 18 97 0 0.82 0.02 0.61 301.48 0.69 0.23
Hex 63 12 61 0 52 2 3D 12D 45 17
Octal 143 22 141 0 122 2 75 455 105 27
Binary 1100011 10010 1100001 0 1010010 10 111101 100101101 1000101 10111

Color Harmonies of #631261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631261

Black with #631261

Text Example


Text Example

White with #631261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631261; }

 p { color: rgb(99,18,97); }

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

background-color css

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

 a { background-color: rgb(99,18,97); }

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

border-color css

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

 span { border-color: rgb(99,18,97); }

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