Html Css Color HEX #631362 Palatinate Purple

📋 copy color: '#631362'

red 99 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #631362

Tints of Palatinate Purple #631362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 45.37%

R = 45.83%
G = 8.8%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#631362 (or 0x631362) is known color: Palatinate Purple. HEX triplet: 63, 13 and 62. RGB value is (99,19,98). Sum of RGB (Red+Green+Blue) = 99+19+98=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 98 (38.67% from 255 or 45.37% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #631362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631362 is #9CEC9D. Grayscale: #333333. Windows color (decimal): -10284190 or 6427491. OLE color: 6427491.

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

Color convert

RGB 99 19 98 -
CMYK 0 0.81 0.01 0.61
HSL 300.75º 0.68% 0.23% -
HSV(B) 300.75º 0.81% 0.39% -
XYZ 7.58 4 11.93 -
YUV 51.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 99 19 98 0 0.81 0.01 0.61 300.75 0.68 0.23
Hex 63 13 62 0 51 1 3D 12D 44 17
Octal 143 23 142 0 121 1 75 455 104 27
Binary 1100011 10011 1100010 0 1010001 1 111101 100101101 1000100 10111

Color Harmonies of #631362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631362

Black with #631362

Text Example


Text Example

White with #631362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631362; }

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

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

background-color css

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

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

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

border-color css

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

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

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