Html Css Color HEX #511453 Hot Purple

📋 copy color: '#511453'

red 81 ◦ green 20 ◦ blue 83

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

Shades of Hot Purple #511453

Tints of Hot Purple #511453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.87%

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

R = 44.02%
G = 10.87%
B = 45.11%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#511453 (or 0x511453) is known color: Hot Purple. HEX triplet: 51, 14 and 53. RGB value is (81,20,83). Sum of RGB (Red+Green+Blue) = 81+20+83=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #511453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511453 is #AEEBAC. Grayscale: #2D2D2D. Windows color (decimal): -11463597 or 5444689. OLE color: 5444689.

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

Color convert

RGB 81 20 83 -
CMYK 0.02 0.76 0 0.67
HSL 298.1º 0.61% 0.2% -
HSV(B) 298.1º 0.76% 0.33% -
XYZ 5.2 2.87 8.46 -
YUV 45.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 81 20 83 0.02 0.76 0 0.67 298.1 0.61 0.2
Hex 51 14 53 2 4C 0 43 12A 3D 14
Octal 121 24 123 2 114 0 103 452 75 24
Binary 1010001 10100 1010011 10 1001100 0 1000011 100101010 111101 10100

Color Harmonies of #511453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511453

Black with #511453

Text Example


Text Example

White with #511453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511453; }

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

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

background-color css

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

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

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

border-color css

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

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

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