Html Css Color HEX #631F52 Palatinate Purple

📋 copy color: '#631F52'

red 99 ◦ green 31 ◦ blue 82

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

Shades of Palatinate Purple #631F52

Tints of Palatinate Purple #631F52

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

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

R = 46.7%
G = 14.62%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#631F52 (or 0x631F52) is known color: Palatinate Purple. HEX triplet: 63, 1F and 52. RGB value is (99,31,82). Sum of RGB (Red+Green+Blue) = 99+31+82=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F52 is #9CE0AD. Grayscale: #393939. Windows color (decimal): -10281134 or 5381987. OLE color: 5381987.

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

Color convert

RGB 99 31 82 -
CMYK 0 0.69 0.17 0.61
HSL 315º 0.52% 0.25% -
HSV(B) 315º 0.69% 0.39% -
XYZ 7.16 4.24 8.42 -
YUV 57.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 99 31 82 0 0.69 0.17 0.61 315 0.52 0.25
Hex 63 1F 52 0 45 11 3D 13B 34 19
Octal 143 37 122 0 105 21 75 473 64 31
Binary 1100011 11111 1010010 0 1000101 10001 111101 100111011 110100 11001

Color Harmonies of #631F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631F52

Black with #631F52

Text Example


Text Example

White with #631F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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