Html Css Color HEX #513053 Hot Purple

📋 copy color: '#513053'

red 81 ◦ green 48 ◦ blue 83

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

Shades of Hot Purple #513053

Tints of Hot Purple #513053

RGB

 RED value IS 81 (32.03% from 255) = 38.21%

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 38.21%
G = 22.64%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#513053 (or 0x513053) is known color: Hot Purple. HEX triplet: 51, 30 and 53. RGB value is (81,48,83). Sum of RGB (Red+Green+Blue) = 81+48+83=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #513053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513053 is #AECFAC. Grayscale: #3D3D3D. Windows color (decimal): -11456429 or 5451857. OLE color: 5451857.

HSL color Cylindrical-coordinate representation of color #513053: hue angle of 296.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #513053 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 48 83 -
CMYK 0.02 0.42 0 0.67
HSL 296.57º 0.27% 0.26% -
HSV(B) 296.57º 0.42% 0.33% -
XYZ 6.01 4.49 8.73 -
YUV 61.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 81 48 83 0.02 0.42 0 0.67 296.57 0.27 0.26
Hex 51 30 53 2 2A 0 43 129 1B 1A
Octal 121 60 123 2 52 0 103 451 33 32
Binary 1010001 110000 1010011 10 101010 0 1000011 100101001 11011 11010

Color Harmonies of #513053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513053

Black with #513053

Text Example


Text Example

White with #513053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513053; }

 p { color: rgb(81,48,83); }

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

background-color css

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

 a { background-color: rgb(81,48,83); }

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

border-color css

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

 span { border-color: rgb(81,48,83); }

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