Html Css Color HEX #531C54 Hot Purple

📋 copy color: '#531C54'

red 83 ◦ green 28 ◦ blue 84

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

Shades of Hot Purple #531C54

Tints of Hot Purple #531C54

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.36%

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 42.56%
G = 14.36%
B = 43.08%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531C54 (or 0x531C54) is known color: Hot Purple. HEX triplet: 53, 1C and 54. RGB value is (83,28,84). Sum of RGB (Red+Green+Blue) = 83+28+84=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #531C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C54 is #ACE3AB. Grayscale: #323232. Windows color (decimal): -11330476 or 5512275. OLE color: 5512275.

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

Color convert

RGB 83 28 84 -
CMYK 0.01 0.67 0 0.67
HSL 298.93º 0.5% 0.22% -
HSV(B) 298.93º 0.67% 0.33% -
XYZ 5.58 3.31 8.73 -
YUV 50.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 83 28 84 0.01 0.67 0 0.67 298.93 0.5 0.22
Hex 53 1C 54 1 43 0 43 12B 32 16
Octal 123 34 124 1 103 0 103 453 62 26
Binary 1010011 11100 1010100 1 1000011 0 1000011 100101011 110010 10110

Color Harmonies of #531C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C54

Black with #531C54

Text Example


Text Example

White with #531C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C54; }

 p { color: rgb(83,28,84); }

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

background-color css

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

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

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

border-color css

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

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

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