Html Css Color HEX #531452 Hot Purple

📋 copy color: '#531452'

red 83 ◦ green 20 ◦ blue 82

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

Shades of Hot Purple #531452

Tints of Hot Purple #531452

RGB

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

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

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

R = 44.86%
G = 10.81%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#531452 (or 0x531452) is known color: Hot Purple. HEX triplet: 53, 14 and 52. RGB value is (83,20,82). Sum of RGB (Red+Green+Blue) = 83+20+82=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #531452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531452 is #ACEBAD. Grayscale: #2D2D2D. Windows color (decimal): -11332526 or 5379155. OLE color: 5379155.

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

Color convert

RGB 83 20 82 -
CMYK 0 0.76 0.01 0.67
HSL 300.95º 0.61% 0.2% -
HSV(B) 300.95º 0.76% 0.33% -
XYZ 5.34 2.95 8.27 -
YUV 45.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 83 20 82 0 0.76 0.01 0.67 300.95 0.61 0.2
Hex 53 14 52 0 4C 1 43 12D 3D 14
Octal 123 24 122 0 114 1 103 455 75 24
Binary 1010011 10100 1010010 0 1001100 1 1000011 100101101 111101 10100

Color Harmonies of #531452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531452

Black with #531452

Text Example


Text Example

White with #531452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531452; }

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

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

background-color css

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

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

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

border-color css

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

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

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