Html Css Color HEX #530356 Hot Purple

📋 copy color: '#530356'

red 83 ◦ green 3 ◦ blue 86

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

Shades of Hot Purple #530356

Tints of Hot Purple #530356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

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

R = 48.26%
G = 1.74%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#530356 (or 0x530356) is known color: Hot Purple. HEX triplet: 53, 03 and 56. RGB value is (83,3,86). Sum of RGB (Red+Green+Blue) = 83+3+86=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #530356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530356 is #ACFCA9. Grayscale: #242424. Windows color (decimal): -11336874 or 5636947. OLE color: 5636947.

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

Color convert

RGB 83 3 86 -
CMYK 0.03 0.97 0 0.66
HSL 297.83º 0.93% 0.17% -
HSV(B) 297.83º 0.97% 0.34% -
XYZ 5.28 2.58 9.02 -
YUV 36.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 83 3 86 0.03 0.97 0 0.66 297.83 0.93 0.17
Hex 53 3 56 3 61 0 42 12A 5D 11
Octal 123 3 126 3 141 0 102 452 135 21
Binary 1010011 11 1010110 11 1100001 0 1000010 100101010 1011101 10001

Color Harmonies of #530356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530356

Black with #530356

Text Example


Text Example

White with #530356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530356; }

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

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

background-color css

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

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

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

border-color css

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

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

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