Html Css Color HEX #530159 Hot Purple

📋 copy color: '#530159'

red 83 ◦ green 1 ◦ blue 89

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

Shades of Hot Purple #530159

Tints of Hot Purple #530159

RGB

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

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

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

R = 47.98%
G = 0.58%
B = 51.45%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530159 (or 0x530159) is known color: Hot Purple. HEX triplet: 53, 01 and 59. RGB value is (83,1,89). Sum of RGB (Red+Green+Blue) = 83+1+89=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #530159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530159 is #ACFEA6. Grayscale: #232323. Windows color (decimal): -11337383 or 5833043. OLE color: 5833043.

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

Color convert

RGB 83 1 89 -
CMYK 0.07 0.99 0 0.65
HSL 295.91º 0.98% 0.18% -
HSV(B) 295.91º 0.99% 0.35% -
XYZ 5.38 2.58 9.67 -
YUV 35.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 83 1 89 0.07 0.99 0 0.65 295.91 0.98 0.18
Hex 53 1 59 7 63 0 41 128 62 12
Octal 123 1 131 7 143 0 101 450 142 22
Binary 1010011 1 1011001 111 1100011 0 1000001 100101000 1100010 10010

Color Harmonies of #530159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530159

Black with #530159

Text Example


Text Example

White with #530159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530159; }

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

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

background-color css

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

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

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

border-color css

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

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

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