Html Css Color HEX #631350 Palatinate Purple

📋 copy color: '#631350'

red 99 ◦ green 19 ◦ blue 80

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

Shades of Palatinate Purple #631350

Tints of Palatinate Purple #631350

RGB

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

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

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

R = 50%
G = 9.6%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#631350 (or 0x631350) is known color: Palatinate Purple. HEX triplet: 63, 13 and 50. RGB value is (99,19,80). Sum of RGB (Red+Green+Blue) = 99+19+80=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631350 is #9CECAF. Grayscale: #313131. Windows color (decimal): -10284208 or 5247843. OLE color: 5247843.

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

Color convert

RGB 99 19 80 -
CMYK 0 0.81 0.19 0.61
HSL 314.25º 0.68% 0.23% -
HSV(B) 314.25º 0.81% 0.39% -
XYZ 6.83 3.7 7.94 -
YUV 49.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 99 19 80 0 0.81 0.19 0.61 314.25 0.68 0.23
Hex 63 13 50 0 51 13 3D 13A 44 17
Octal 143 23 120 0 121 23 75 472 104 27
Binary 1100011 10011 1010000 0 1010001 10011 111101 100111010 1000100 10111

Color Harmonies of #631350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631350

Black with #631350

Text Example


Text Example

White with #631350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631350; }

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

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

background-color css

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

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

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

border-color css

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

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

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