Html Css Color HEX #531453 Hot Purple

📋 copy color: '#531453'

red 83 ◦ green 20 ◦ blue 83

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

Shades of Hot Purple #531453

Tints of Hot Purple #531453

RGB

 RED value IS 83 (32.81% from 255) = 44.62%

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

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

R = 44.62%
G = 10.75%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531453 (or 0x531453) is known color: Hot Purple. HEX triplet: 53, 14 and 53. RGB value is (83,20,83). Sum of RGB (Red+Green+Blue) = 83+20+83=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531453 is #ACEBAC. Grayscale: #2D2D2D. Windows color (decimal): -11332525 or 5444691. OLE color: 5444691.

HSL color Cylindrical-coordinate representation of color #531453: hue angle of 300º 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 #531453 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 83 -
CMYK 0 0.76 0 0.67
HSL 300º 0.61% 0.2% -
HSV(B) 300º 0.76% 0.33% -
XYZ 5.38 2.96 8.47 -
YUV 46.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 83 20 83 0 0.76 0 0.67 300 0.61 0.2
Hex 53 14 53 0 4C 0 43 12C 3D 14
Octal 123 24 123 0 114 0 103 454 75 24
Binary 1010011 10100 1010011 0 1001100 0 1000011 100101100 111101 10100

Color Harmonies of #531453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531453

Black with #531453

Text Example


Text Example

White with #531453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531453; }

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

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

background-color css

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

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

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

border-color css

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

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

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