Html Css Color HEX #531055 Hot Purple

📋 copy color: '#531055'

red 83 ◦ green 16 ◦ blue 85

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

Shades of Hot Purple #531055

Tints of Hot Purple #531055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 46.2%

R = 45.11%
G = 8.7%
B = 46.2%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531055 (or 0x531055) is known color: Hot Purple. HEX triplet: 53, 10 and 55. RGB value is (83,16,85). Sum of RGB (Red+Green+Blue) = 83+16+85=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #531055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531055 is #ACEFAA. Grayscale: #2B2B2B. Windows color (decimal): -11333547 or 5574739. OLE color: 5574739.

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

Color convert

RGB 83 16 85 -
CMYK 0.02 0.81 0 0.67
HSL 298.26º 0.68% 0.2% -
HSV(B) 298.26º 0.81% 0.33% -
XYZ 5.39 2.87 8.86 -
YUV 43.9 151.2 155.89 -
System Red Green Blue C M Y K H S L
Decimal 83 16 85 0.02 0.81 0 0.67 298.26 0.68 0.2
Hex 53 10 55 2 51 0 43 12A 44 14
Octal 123 20 125 2 121 0 103 452 104 24
Binary 1010011 10000 1010101 10 1010001 0 1000011 100101010 1000100 10100

Color Harmonies of #531055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531055

Black with #531055

Text Example


Text Example

White with #531055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531055; }

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

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

background-color css

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

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

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

border-color css

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

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

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