Html Css Color HEX #531052 Hot Purple

📋 copy color: '#531052'

red 83 ◦ green 16 ◦ blue 82

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

Shades of Hot Purple #531052

Tints of Hot Purple #531052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 45.86%
G = 8.84%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#531052 (or 0x531052) is known color: Hot Purple. HEX triplet: 53, 10 and 52. RGB value is (83,16,82). Sum of RGB (Red+Green+Blue) = 83+16+82=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #531052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531052 is #ACEFAD. Grayscale: #2B2B2B. Windows color (decimal): -11333550 or 5378131. OLE color: 5378131.

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

Color convert

RGB 83 16 82 -
CMYK 0 0.81 0.01 0.67
HSL 300.9º 0.68% 0.19% -
HSV(B) 300.9º 0.81% 0.33% -
XYZ 5.28 2.82 8.25 -
YUV 43.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 83 16 82 0 0.81 0.01 0.67 300.9 0.68 0.19
Hex 53 10 52 0 51 1 43 12D 44 13
Octal 123 20 122 0 121 1 103 455 104 23
Binary 1010011 10000 1010010 0 1010001 1 1000011 100101101 1000100 10011

Color Harmonies of #531052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531052

Black with #531052

Text Example


Text Example

White with #531052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531052; }

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

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

background-color css

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

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

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

border-color css

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

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

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