Html Css Color HEX #531255 Hot Purple

📋 copy color: '#531255'

red 83 ◦ green 18 ◦ blue 85

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

Shades of Hot Purple #531255

Tints of Hot Purple #531255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 44.62%
G = 9.68%
B = 45.7%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531255 (or 0x531255) is known color: Hot Purple. HEX triplet: 53, 12 and 55. RGB value is (83,18,85). Sum of RGB (Red+Green+Blue) = 83+18+85=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #531255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531255 is #ACEDAA. Grayscale: #2C2C2C. Windows color (decimal): -11333035 or 5575251. OLE color: 5575251.

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

Color convert

RGB 83 18 85 -
CMYK 0.02 0.79 0 0.67
HSL 298.21º 0.65% 0.2% -
HSV(B) 298.21º 0.79% 0.33% -
XYZ 5.42 2.93 8.87 -
YUV 45.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 83 18 85 0.02 0.79 0 0.67 298.21 0.65 0.2
Hex 53 12 55 2 4F 0 43 12A 41 14
Octal 123 22 125 2 117 0 103 452 101 24
Binary 1010011 10010 1010101 10 1001111 0 1000011 100101010 1000001 10100

Color Harmonies of #531255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531255

Black with #531255

Text Example


Text Example

White with #531255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531255; }

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

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

background-color css

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

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

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

border-color css

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

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

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