Html Css Color HEX #531A5C Hot Purple

📋 copy color: '#531A5C'

red 83 ◦ green 26 ◦ blue 92

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

Shades of Hot Purple #531A5C

Tints of Hot Purple #531A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 92 (36.33% from 255) = 45.77%

R = 41.29%
G = 12.94%
B = 45.77%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#531A5C (or 0x531A5C) is known color: Hot Purple. HEX triplet: 53, 1A and 5C. RGB value is (83,26,92). Sum of RGB (Red+Green+Blue) = 83+26+92=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #531A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531A5C is #ACE5A3. Grayscale: #323232. Windows color (decimal): -11330980 or 6036051. OLE color: 6036051.

HSL color Cylindrical-coordinate representation of color #531A5C: hue angle of 291.82º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531A5C is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 26 92 -
CMYK 0.10 0.72 0 0.64
HSL 291.82º 0.56% 0.23% -
HSV(B) 291.82º 0.72% 0.36% -
XYZ 5.87 3.35 10.46 -
YUV 50.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 83 26 92 0.10 0.72 0 0.64 291.82 0.56 0.23
Hex 53 1A 5C A 48 0 40 124 38 17
Octal 123 32 134 12 110 0 100 444 70 27
Binary 1010011 11010 1011100 1010 1001000 0 1000000 100100100 111000 10111

Color Harmonies of #531A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A5C

Black with #531A5C

Text Example


Text Example

White with #531A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,92); }

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

background-color css

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

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

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

border-color css

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

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

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