Html Css Color HEX #631253 Palatinate Purple

📋 copy color: '#631253'

red 99 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #631253

Tints of Palatinate Purple #631253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 49.5%
G = 9%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#631253 (or 0x631253) is known color: Palatinate Purple. HEX triplet: 63, 12 and 53. RGB value is (99,18,83). Sum of RGB (Red+Green+Blue) = 99+18+83=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #631253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631253 is #9CEDAC. Grayscale: #313131. Windows color (decimal): -10284461 or 5444195. OLE color: 5444195.

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

Color convert

RGB 99 18 83 -
CMYK 0 0.82 0.16 0.61
HSL 311.85º 0.69% 0.23% -
HSV(B) 311.85º 0.82% 0.39% -
XYZ 6.92 3.71 8.53 -
YUV 49.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 99 18 83 0 0.82 0.16 0.61 311.85 0.69 0.23
Hex 63 12 53 0 52 10 3D 138 45 17
Octal 143 22 123 0 122 20 75 470 105 27
Binary 1100011 10010 1010011 0 1010010 10000 111101 100111000 1000101 10111

Color Harmonies of #631253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631253

Black with #631253

Text Example


Text Example

White with #631253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631253; }

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

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

background-color css

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

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

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

border-color css

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

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

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