Html Css Color HEX #530156 Hot Purple

📋 copy color: '#530156'

red 83 ◦ green 1 ◦ blue 86

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

Shades of Hot Purple #530156

Tints of Hot Purple #530156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 48.82%
G = 0.59%
B = 50.59%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530156 (or 0x530156) is known color: Hot Purple. HEX triplet: 53, 01 and 56. RGB value is (83,1,86). Sum of RGB (Red+Green+Blue) = 83+1+86=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 86 (33.98% from 255 or 50.59% from 170); Max value from RGB is 86 - color contains mainly: blue. Hex color #530156 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530156 is #ACFEA9. Grayscale: #222222. Windows color (decimal): -11337386 or 5636435. OLE color: 5636435.

HSL color Cylindrical-coordinate representation of color #530156: hue angle of 297.88º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530156 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 1 86 -
CMYK 0.03 0.99 0 0.66
HSL 297.88º 0.98% 0.17% -
HSV(B) 297.88º 0.99% 0.34% -
XYZ 5.26 2.53 9.02 -
YUV 35.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 83 1 86 0.03 0.99 0 0.66 297.88 0.98 0.17
Hex 53 1 56 3 63 0 42 12A 62 11
Octal 123 1 126 3 143 0 102 452 142 21
Binary 1010011 1 1010110 11 1100011 0 1000010 100101010 1100010 10001

Color Harmonies of #530156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530156

Black with #530156

Text Example


Text Example

White with #530156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530156; }

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

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

background-color css

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

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

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

border-color css

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

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

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