Html Css Color HEX #631450 Palatinate Purple

📋 copy color: '#631450'

red 99 ◦ green 20 ◦ blue 80

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

Shades of Palatinate Purple #631450

Tints of Palatinate Purple #631450

RGB

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

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

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

R = 49.75%
G = 10.05%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#631450 (or 0x631450) is known color: Palatinate Purple. HEX triplet: 63, 14 and 50. RGB value is (99,20,80). Sum of RGB (Red+Green+Blue) = 99+20+80=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #631450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631450 is #9CEBAF. Grayscale: #323232. Windows color (decimal): -10283952 or 5248099. OLE color: 5248099.

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

Color convert

RGB 99 20 80 -
CMYK 0 0.80 0.19 0.61
HSL 314.43º 0.66% 0.23% -
HSV(B) 314.43º 0.8% 0.39% -
XYZ 6.84 3.73 7.95 -
YUV 50.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 99 20 80 0 0.80 0.19 0.61 314.43 0.66 0.23
Hex 63 14 50 0 50 13 3D 13A 42 17
Octal 143 24 120 0 120 23 75 472 102 27
Binary 1100011 10100 1010000 0 1010000 10011 111101 100111010 1000010 10111

Color Harmonies of #631450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631450

Black with #631450

Text Example


Text Example

White with #631450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631450; }

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

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

background-color css

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

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

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

border-color css

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

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

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