Html Css Color HEX #531554 Hot Purple

📋 copy color: '#531554'

red 83 ◦ green 21 ◦ blue 84

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

Shades of Hot Purple #531554

Tints of Hot Purple #531554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

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

R = 44.15%
G = 11.17%
B = 44.68%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531554 (or 0x531554) is known color: Hot Purple. HEX triplet: 53, 15 and 54. RGB value is (83,21,84). Sum of RGB (Red+Green+Blue) = 83+21+84=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #531554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531554 is #ACEAAB. Grayscale: #2E2E2E. Windows color (decimal): -11332268 or 5510483. OLE color: 5510483.

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

Color convert

RGB 83 21 84 -
CMYK 0.01 0.75 0 0.67
HSL 299.05º 0.6% 0.21% -
HSV(B) 299.05º 0.75% 0.33% -
XYZ 5.44 3.02 8.68 -
YUV 46.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 83 21 84 0.01 0.75 0 0.67 299.05 0.6 0.21
Hex 53 15 54 1 4B 0 43 12B 3C 15
Octal 123 25 124 1 113 0 103 453 74 25
Binary 1010011 10101 1010100 1 1001011 0 1000011 100101011 111100 10101

Color Harmonies of #531554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531554

Black with #531554

Text Example


Text Example

White with #531554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531554; }

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

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

background-color css

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

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

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

border-color css

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

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

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