Html Css Color HEX #531352 Hot Purple

📋 copy color: '#531352'

red 83 ◦ green 19 ◦ blue 82

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

Shades of Hot Purple #531352

Tints of Hot Purple #531352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.33%

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

R = 45.11%
G = 10.33%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#531352 (or 0x531352) is known color: Hot Purple. HEX triplet: 53, 13 and 52. RGB value is (83,19,82). Sum of RGB (Red+Green+Blue) = 83+19+82=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #531352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531352 is #ACECAD. Grayscale: #2D2D2D. Windows color (decimal): -11332782 or 5378899. OLE color: 5378899.

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

Color convert

RGB 83 19 82 -
CMYK 0 0.77 0.01 0.67
HSL 300.94º 0.63% 0.2% -
HSV(B) 300.94º 0.77% 0.33% -
XYZ 5.32 2.91 8.26 -
YUV 45.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 83 19 82 0 0.77 0.01 0.67 300.94 0.63 0.2
Hex 53 13 52 0 4D 1 43 12D 3F 14
Octal 123 23 122 0 115 1 103 455 77 24
Binary 1010011 10011 1010010 0 1001101 1 1000011 100101101 111111 10100

Color Harmonies of #531352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531352

Black with #531352

Text Example


Text Example

White with #531352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531352; }

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

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

background-color css

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

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

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

border-color css

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

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

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