Html Css Color HEX #531553 Hot Purple

📋 copy color: '#531553'

red 83 ◦ green 21 ◦ blue 83

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

Shades of Hot Purple #531553

Tints of Hot Purple #531553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 44.39%
G = 11.23%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#531553 (or 0x531553) is known color: Hot Purple. HEX triplet: 53, 15 and 53. RGB value is (83,21,83). Sum of RGB (Red+Green+Blue) = 83+21+83=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531553 is #ACEAAC. Grayscale: #2E2E2E. Windows color (decimal): -11332269 or 5444947. OLE color: 5444947.

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

Color convert

RGB 83 21 83 -
CMYK 0 0.75 0 0.67
HSL 300º 0.6% 0.2% -
HSV(B) 300º 0.75% 0.33% -
XYZ 5.4 3 8.48 -
YUV 46.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 83 21 83 0 0.75 0 0.67 300 0.6 0.2
Hex 53 15 53 0 4B 0 43 12C 3C 14
Octal 123 25 123 0 113 0 103 454 74 24
Binary 1010011 10101 1010011 0 1001011 0 1000011 100101100 111100 10100

Color Harmonies of #531553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531553

Black with #531553

Text Example


Text Example

White with #531553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531553; }

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

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

background-color css

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

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

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

border-color css

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

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

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