Html Css Color HEX #631B54 Palatinate Purple

📋 copy color: '#631B54'

red 99 ◦ green 27 ◦ blue 84

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

Shades of Palatinate Purple #631B54

Tints of Palatinate Purple #631B54

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

 BLUE value IS 84 (33.2% from 255) = 40%

R = 47.14%
G = 12.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#631B54 (or 0x631B54) is known color: Palatinate Purple. HEX triplet: 63, 1B and 54. RGB value is (99,27,84). Sum of RGB (Red+Green+Blue) = 99+27+84=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #631B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B54 is #9CE4AB. Grayscale: #363636. Windows color (decimal): -10282156 or 5512035. OLE color: 5512035.

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

Color convert

RGB 99 27 84 -
CMYK 0 0.73 0.15 0.61
HSL 312.5º 0.57% 0.25% -
HSV(B) 312.5º 0.73% 0.39% -
XYZ 7.14 4.08 8.8 -
YUV 55.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 99 27 84 0 0.73 0.15 0.61 312.5 0.57 0.25
Hex 63 1B 54 0 49 F 3D 138 39 19
Octal 143 33 124 0 111 17 75 470 71 31
Binary 1100011 11011 1010100 0 1001001 1111 111101 100111000 111001 11001

Color Harmonies of #631B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631B54

Black with #631B54

Text Example


Text Example

White with #631B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,27,84); }

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

background-color css

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

 a { background-color: rgb(99,27,84); }

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

border-color css

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

 span { border-color: rgb(99,27,84); }

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