Html Css Color HEX #631053 Palatinate Purple

📋 copy color: '#631053'

red 99 ◦ green 16 ◦ blue 83

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

Shades of Palatinate Purple #631053

Tints of Palatinate Purple #631053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 50%
G = 8.08%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#631053 (or 0x631053) is known color: Palatinate Purple. HEX triplet: 63, 10 and 53. RGB value is (99,16,83). Sum of RGB (Red+Green+Blue) = 99+16+83=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #631053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631053 is #9CEFAC. Grayscale: #303030. Windows color (decimal): -10284973 or 5443683. OLE color: 5443683.

HSL color Cylindrical-coordinate representation of color #631053: hue angle of 311.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #631053 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 16 83 -
CMYK 0 0.84 0.16 0.61
HSL 311.57º 0.72% 0.23% -
HSV(B) 311.57º 0.84% 0.39% -
XYZ 6.89 3.65 8.52 -
YUV 48.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 99 16 83 0 0.84 0.16 0.61 311.57 0.72 0.23
Hex 63 10 53 0 54 10 3D 138 48 17
Octal 143 20 123 0 124 20 75 470 110 27
Binary 1100011 10000 1010011 0 1010100 10000 111101 100111000 1001000 10111

Color Harmonies of #631053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631053

Black with #631053

Text Example


Text Example

White with #631053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631053; }

 p { color: rgb(99,16,83); }

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

background-color css

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

 a { background-color: rgb(99,16,83); }

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

border-color css

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

 span { border-color: rgb(99,16,83); }

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