Html Css Color HEX #530059 Hot Purple

📋 copy color: '#530059'

red 83 ◦ green 0 ◦ blue 89

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

Shades of Hot Purple #530059

Tints of Hot Purple #530059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 48.26%
G = 0%
B = 51.74%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530059 (or 0x530059) is known color: Hot Purple. HEX triplet: 53, 00 and 59. RGB value is (83,0,89). Sum of RGB (Red+Green+Blue) = 83+0+89=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #530059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530059 is #ACFFA6. Grayscale: #222222. Windows color (decimal): -11337639 or 5832787. OLE color: 5832787.

HSL color Cylindrical-coordinate representation of color #530059: hue angle of 295.96º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530059 is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 0 89 -
CMYK 0.07 1 0 0.65
HSL 295.96º 1% 0.17% -
HSV(B) 295.96º 1% 0.35% -
XYZ 5.37 2.56 9.66 -
YUV 34.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 83 0 89 0.07 1 0 0.65 295.96 1 0.17
Hex 53 0 59 7 64 0 41 128 64 11
Octal 123 0 131 7 144 0 101 450 144 21
Binary 1010011 0 1011001 111 1100100 0 1000001 100101000 1100100 10001

Color Harmonies of #530059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530059

Black with #530059

Text Example


Text Example

White with #530059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530059; }

 p { color: rgb(83,0,89); }

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

background-color css

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

 a { background-color: rgb(83,0,89); }

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

border-color css

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

 span { border-color: rgb(83,0,89); }

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