Html Css Color HEX #530E56 Hot Purple

📋 copy color: '#530E56'

red 83 ◦ green 14 ◦ blue 86

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

Shades of Hot Purple #530E56

Tints of Hot Purple #530E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.65%

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 45.36%
G = 7.65%
B = 46.99%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530E56 (or 0x530E56) is known color: Hot Purple. HEX triplet: 53, 0E and 56. RGB value is (83,14,86). Sum of RGB (Red+Green+Blue) = 83+14+86=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #530E56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E56 is #ACF1A9. Grayscale: #2A2A2A. Windows color (decimal): -11334058 or 5639763. OLE color: 5639763.

HSL color Cylindrical-coordinate representation of color #530E56: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530E56 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 14 86 -
CMYK 0.03 0.84 0 0.66
HSL 297.5º 0.72% 0.2% -
HSV(B) 297.5º 0.84% 0.34% -
XYZ 5.4 2.82 9.06 -
YUV 42.84 152.36 156.65 -
System Red Green Blue C M Y K H S L
Decimal 83 14 86 0.03 0.84 0 0.66 297.5 0.72 0.2
Hex 53 E 56 3 54 0 42 12A 48 14
Octal 123 16 126 3 124 0 102 452 110 24
Binary 1010011 1110 1010110 11 1010100 0 1000010 100101010 1001000 10100

Color Harmonies of #530E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E56

Black with #530E56

Text Example


Text Example

White with #530E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530E56; }

 p { color: rgb(83,14,86); }

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

background-color css

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

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

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

border-color css

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

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

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