Html Css Color HEX #631650 Palatinate Purple

📋 copy color: '#631650'

red 99 ◦ green 22 ◦ blue 80

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

Shades of Palatinate Purple #631650

Tints of Palatinate Purple #631650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.95%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 49.25%
G = 10.95%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#631650 (or 0x631650) is known color: Palatinate Purple. HEX triplet: 63, 16 and 50. RGB value is (99,22,80). Sum of RGB (Red+Green+Blue) = 99+22+80=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #631650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631650 is #9CE9AF. Grayscale: #333333. Windows color (decimal): -10283440 or 5248611. OLE color: 5248611.

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

Color convert

RGB 99 22 80 -
CMYK 0 0.78 0.19 0.61
HSL 314.81º 0.64% 0.24% -
HSV(B) 314.81º 0.78% 0.39% -
XYZ 6.88 3.81 7.96 -
YUV 51.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 99 22 80 0 0.78 0.19 0.61 314.81 0.64 0.24
Hex 63 16 50 0 4E 13 3D 13B 40 18
Octal 143 26 120 0 116 23 75 473 100 30
Binary 1100011 10110 1010000 0 1001110 10011 111101 100111011 1000000 11000

Color Harmonies of #631650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631650

Black with #631650

Text Example


Text Example

White with #631650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631650; }

 p { color: rgb(99,22,80); }

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

background-color css

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

 a { background-color: rgb(99,22,80); }

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

border-color css

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

 span { border-color: rgb(99,22,80); }

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