Html Css Color HEX #631460 Palatinate Purple

📋 copy color: '#631460'

red 99 ◦ green 20 ◦ blue 96

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

Shades of Palatinate Purple #631460

Tints of Palatinate Purple #631460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 46.05%
G = 9.3%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#631460 (or 0x631460) is known color: Palatinate Purple. HEX triplet: 63, 14 and 60. RGB value is (99,20,96). Sum of RGB (Red+Green+Blue) = 99+20+96=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #631460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631460 is #9CEB9F. Grayscale: #343434. Windows color (decimal): -10283936 or 6296675. OLE color: 6296675.

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

Color convert

RGB 99 20 96 -
CMYK 0 0.80 0.03 0.61
HSL 302.28º 0.66% 0.23% -
HSV(B) 302.28º 0.8% 0.39% -
XYZ 7.51 4 11.44 -
YUV 52.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 99 20 96 0 0.80 0.03 0.61 302.28 0.66 0.23
Hex 63 14 60 0 50 3 3D 12E 42 17
Octal 143 24 140 0 120 3 75 456 102 27
Binary 1100011 10100 1100000 0 1010000 11 111101 100101110 1000010 10111

Color Harmonies of #631460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631460

Black with #631460

Text Example


Text Example

White with #631460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631460; }

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

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

background-color css

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

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

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

border-color css

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

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

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