Html Css Color HEX #631455 Palatinate Purple

📋 copy color: '#631455'

red 99 ◦ green 20 ◦ blue 85

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

Shades of Palatinate Purple #631455

Tints of Palatinate Purple #631455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

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

R = 48.53%
G = 9.8%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#631455 (or 0x631455) is known color: Palatinate Purple. HEX triplet: 63, 14 and 55. RGB value is (99,20,85). Sum of RGB (Red+Green+Blue) = 99+20+85=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #631455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631455 is #9CEBAA. Grayscale: #323232. Windows color (decimal): -10283947 or 5575779. OLE color: 5575779.

HSL color Cylindrical-coordinate representation of color #631455: hue angle of 310.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #631455 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 20 85 -
CMYK 0 0.80 0.14 0.61
HSL 310.63º 0.66% 0.23% -
HSV(B) 310.63º 0.8% 0.39% -
XYZ 7.04 3.81 8.96 -
YUV 51.03 147.17 162.21 -
System Red Green Blue C M Y K H S L
Decimal 99 20 85 0 0.80 0.14 0.61 310.63 0.66 0.23
Hex 63 14 55 0 50 E 3D 137 42 17
Octal 143 24 125 0 120 16 75 467 102 27
Binary 1100011 10100 1010101 0 1010000 1110 111101 100110111 1000010 10111

Color Harmonies of #631455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631455

Black with #631455

Text Example


Text Example

White with #631455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631455; }

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

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

background-color css

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

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

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

border-color css

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

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

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