Html Css Color HEX #631259 Palatinate Purple

📋 copy color: '#631259'

red 99 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #631259

Tints of Palatinate Purple #631259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 48.06%
G = 8.74%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#631259 (or 0x631259) is known color: Palatinate Purple. HEX triplet: 63, 12 and 59. RGB value is (99,18,89). Sum of RGB (Red+Green+Blue) = 99+18+89=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631259 is #9CEDA6. Grayscale: #323232. Windows color (decimal): -10284455 or 5837411. OLE color: 5837411.

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

Color convert

RGB 99 18 89 -
CMYK 0 0.82 0.10 0.61
HSL 307.41º 0.69% 0.23% -
HSV(B) 307.41º 0.82% 0.39% -
XYZ 7.17 3.81 9.81 -
YUV 50.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 99 18 89 0 0.82 0.10 0.61 307.41 0.69 0.23
Hex 63 12 59 0 52 A 3D 133 45 17
Octal 143 22 131 0 122 12 75 463 105 27
Binary 1100011 10010 1011001 0 1010010 1010 111101 100110011 1000101 10111

Color Harmonies of #631259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631259

Black with #631259

Text Example


Text Example

White with #631259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631259; }

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

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

background-color css

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

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

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

border-color css

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

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

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