Html Css Color HEX #531B5C Hot Purple

📋 copy color: '#531B5C'

red 83 ◦ green 27 ◦ blue 92

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

Shades of Hot Purple #531B5C

Tints of Hot Purple #531B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.37%

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

R = 41.09%
G = 13.37%
B = 45.54%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#531B5C (or 0x531B5C) is known color: Hot Purple. HEX triplet: 53, 1B and 5C. RGB value is (83,27,92). Sum of RGB (Red+Green+Blue) = 83+27+92=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #531B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B5C is #ACE4A3. Grayscale: #323232. Windows color (decimal): -11330724 or 6036307. OLE color: 6036307.

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

Color convert

RGB 83 27 92 -
CMYK 0.10 0.71 0 0.64
HSL 291.69º 0.55% 0.23% -
HSV(B) 291.69º 0.71% 0.36% -
XYZ 5.89 3.4 10.47 -
YUV 51.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 83 27 92 0.10 0.71 0 0.64 291.69 0.55 0.23
Hex 53 1B 5C A 47 0 40 124 37 17
Octal 123 33 134 12 107 0 100 444 67 27
Binary 1010011 11011 1011100 1010 1000111 0 1000000 100100100 110111 10111

Color Harmonies of #531B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B5C

Black with #531B5C

Text Example


Text Example

White with #531B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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