Html Css Color HEX #631852 Palatinate Purple

📋 copy color: '#631852'

red 99 ◦ green 24 ◦ blue 82

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

Shades of Palatinate Purple #631852

Tints of Palatinate Purple #631852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.71%

 BLUE value IS 82 (32.42% from 255) = 40%

R = 48.29%
G = 11.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#631852 (or 0x631852) is known color: Palatinate Purple. HEX triplet: 63, 18 and 52. RGB value is (99,24,82). Sum of RGB (Red+Green+Blue) = 99+24+82=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #631852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631852 is #9CE7AD. Grayscale: #343434. Windows color (decimal): -10282926 or 5380195. OLE color: 5380195.

HSL color Cylindrical-coordinate representation of color #631852: hue angle of 313.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631852 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 24 82 -
CMYK 0 0.76 0.17 0.61
HSL 313.6º 0.61% 0.24% -
HSV(B) 313.6º 0.76% 0.39% -
XYZ 7 3.92 8.37 -
YUV 53.04 144.35 160.78 -
System Red Green Blue C M Y K H S L
Decimal 99 24 82 0 0.76 0.17 0.61 313.6 0.61 0.24
Hex 63 18 52 0 4C 11 3D 13A 3D 18
Octal 143 30 122 0 114 21 75 472 75 30
Binary 1100011 11000 1010010 0 1001100 10001 111101 100111010 111101 11000

Color Harmonies of #631852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631852

Black with #631852

Text Example


Text Example

White with #631852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631852; }

 p { color: rgb(99,24,82); }

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

background-color css

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

 a { background-color: rgb(99,24,82); }

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

border-color css

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

 span { border-color: rgb(99,24,82); }

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