Html Css Color HEX #631355 Palatinate Purple

📋 copy color: '#631355'

red 99 ◦ green 19 ◦ blue 85

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

Shades of Palatinate Purple #631355

Tints of Palatinate Purple #631355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 48.77%
G = 9.36%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631355 (or 0x631355) is known color: Palatinate Purple. HEX triplet: 63, 13 and 55. RGB value is (99,19,85). Sum of RGB (Red+Green+Blue) = 99+19+85=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #631355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631355 is #9CECAA. Grayscale: #323232. Windows color (decimal): -10284203 or 5575523. OLE color: 5575523.

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

Color convert

RGB 99 19 85 -
CMYK 0 0.81 0.14 0.61
HSL 310.5º 0.68% 0.23% -
HSV(B) 310.5º 0.81% 0.39% -
XYZ 7.02 3.77 8.95 -
YUV 50.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 99 19 85 0 0.81 0.14 0.61 310.5 0.68 0.23
Hex 63 13 55 0 51 E 3D 136 44 17
Octal 143 23 125 0 121 16 75 466 104 27
Binary 1100011 10011 1010101 0 1010001 1110 111101 100110110 1000100 10111

Color Harmonies of #631355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631355

Black with #631355

Text Example


Text Example

White with #631355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631355; }

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

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

background-color css

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

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

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

border-color css

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

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

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