Html Css Color HEX #531E5C Hot Purple

📋 copy color: '#531E5C'

red 83 ◦ green 30 ◦ blue 92

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

Shades of Hot Purple #531E5C

Tints of Hot Purple #531E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

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

R = 40.49%
G = 14.63%
B = 44.88%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#531E5C (or 0x531E5C) is known color: Hot Purple. HEX triplet: 53, 1E and 5C. RGB value is (83,30,92). Sum of RGB (Red+Green+Blue) = 83+30+92=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #531E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531E5C is #ACE1A3. Grayscale: #343434. Windows color (decimal): -11329956 or 6037075. OLE color: 6037075.

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

Color convert

RGB 83 30 92 -
CMYK 0.10 0.67 0 0.64
HSL 291.29º 0.51% 0.24% -
HSV(B) 291.29º 0.67% 0.36% -
XYZ 5.96 3.54 10.49 -
YUV 52.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 83 30 92 0.10 0.67 0 0.64 291.29 0.51 0.24
Hex 53 1E 5C A 43 0 40 123 33 18
Octal 123 36 134 12 103 0 100 443 63 30
Binary 1010011 11110 1011100 1010 1000011 0 1000000 100100011 110011 11000

Color Harmonies of #531E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E5C

Black with #531E5C

Text Example


Text Example

White with #531E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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