Html Css Color HEX #531252 Hot Purple

📋 copy color: '#531252'

red 83 ◦ green 18 ◦ blue 82

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

Shades of Hot Purple #531252

Tints of Hot Purple #531252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.84%

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

R = 45.36%
G = 9.84%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#531252 (or 0x531252) is known color: Hot Purple. HEX triplet: 53, 12 and 52. RGB value is (83,18,82). Sum of RGB (Red+Green+Blue) = 83+18+82=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 18 (7.42% from 255 or 9.84% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531252 is #ACEDAD. Grayscale: #2C2C2C. Windows color (decimal): -11333038 or 5378643. OLE color: 5378643.

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

Color convert

RGB 83 18 82 -
CMYK 0 0.78 0.01 0.67
HSL 300.92º 0.64% 0.2% -
HSV(B) 300.92º 0.78% 0.33% -
XYZ 5.31 2.88 8.26 -
YUV 44.73 149.03 155.3 -
System Red Green Blue C M Y K H S L
Decimal 83 18 82 0 0.78 0.01 0.67 300.92 0.64 0.2
Hex 53 12 52 0 4E 1 43 12D 40 14
Octal 123 22 122 0 116 1 103 455 100 24
Binary 1010011 10010 1010010 0 1001110 1 1000011 100101101 1000000 10100

Color Harmonies of #531252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531252

Black with #531252

Text Example


Text Example

White with #531252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531252; }

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

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

background-color css

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

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

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

border-color css

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

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

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