Html Css Color HEX #631354 Palatinate Purple

📋 copy color: '#631354'

red 99 ◦ green 19 ◦ blue 84

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

Shades of Palatinate Purple #631354

Tints of Palatinate Purple #631354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 49.01%
G = 9.41%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#631354 (or 0x631354) is known color: Palatinate Purple. HEX triplet: 63, 13 and 54. RGB value is (99,19,84). Sum of RGB (Red+Green+Blue) = 99+19+84=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631354 is #9CECAB. Grayscale: #323232. Windows color (decimal): -10284204 or 5509987. OLE color: 5509987.

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

Color convert

RGB 99 19 84 -
CMYK 0 0.81 0.15 0.61
HSL 311.25º 0.68% 0.23% -
HSV(B) 311.25º 0.81% 0.39% -
XYZ 6.98 3.76 8.75 -
YUV 50.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 99 19 84 0 0.81 0.15 0.61 311.25 0.68 0.23
Hex 63 13 54 0 51 F 3D 137 44 17
Octal 143 23 124 0 121 17 75 467 104 27
Binary 1100011 10011 1010100 0 1010001 1111 111101 100110111 1000100 10111

Color Harmonies of #631354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631354

Black with #631354

Text Example


Text Example

White with #631354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631354; }

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

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

background-color css

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

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

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

border-color css

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

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

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