Html Css Color HEX #631359 Palatinate Purple

📋 copy color: '#631359'

red 99 ◦ green 19 ◦ blue 89

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

Shades of Palatinate Purple #631359

Tints of Palatinate Purple #631359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 47.83%
G = 9.18%
B = 43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#631359 (or 0x631359) is known color: Palatinate Purple. HEX triplet: 63, 13 and 59. RGB value is (99,19,89). Sum of RGB (Red+Green+Blue) = 99+19+89=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #631359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631359 is #9CECA6. Grayscale: #323232. Windows color (decimal): -10284199 or 5837667. OLE color: 5837667.

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

Color convert

RGB 99 19 89 -
CMYK 0 0.81 0.10 0.61
HSL 307.5º 0.68% 0.23% -
HSV(B) 307.5º 0.81% 0.39% -
XYZ 7.18 3.84 9.81 -
YUV 50.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 99 19 89 0 0.81 0.10 0.61 307.5 0.68 0.23
Hex 63 13 59 0 51 A 3D 134 44 17
Octal 143 23 131 0 121 12 75 464 104 27
Binary 1100011 10011 1011001 0 1010001 1010 111101 100110100 1000100 10111

Color Harmonies of #631359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631359

Black with #631359

Text Example


Text Example

White with #631359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631359; }

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

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

background-color css

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

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

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

border-color css

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

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

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