Html Css Color HEX #631760 Palatinate Purple

📋 copy color: '#631760'

red 99 ◦ green 23 ◦ blue 96

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

Shades of Palatinate Purple #631760

Tints of Palatinate Purple #631760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

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

R = 45.41%
G = 10.55%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#631760 (or 0x631760) is known color: Palatinate Purple. HEX triplet: 63, 17 and 60. RGB value is (99,23,96). Sum of RGB (Red+Green+Blue) = 99+23+96=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #631760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631760 is #9CE89F. Grayscale: #353535. Windows color (decimal): -10283168 or 6297443. OLE color: 6297443.

HSL color Cylindrical-coordinate representation of color #631760: hue angle of 302.37º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #631760 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 23 96 -
CMYK 0 0.77 0.03 0.61
HSL 302.37º 0.62% 0.24% -
HSV(B) 302.37º 0.77% 0.39% -
XYZ 7.56 4.11 11.46 -
YUV 54.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 99 23 96 0 0.77 0.03 0.61 302.37 0.62 0.24
Hex 63 17 60 0 4D 3 3D 12E 3E 18
Octal 143 27 140 0 115 3 75 456 76 30
Binary 1100011 10111 1100000 0 1001101 11 111101 100101110 111110 11000

Color Harmonies of #631760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631760

Black with #631760

Text Example


Text Example

White with #631760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631760; }

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

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

background-color css

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

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

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

border-color css

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

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

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