Html Css Color HEX #530E59 Hot Purple

📋 copy color: '#530E59'

red 83 ◦ green 14 ◦ blue 89

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

Shades of Hot Purple #530E59

Tints of Hot Purple #530E59

RGB

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

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

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

R = 44.62%
G = 7.53%
B = 47.85%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530E59 (or 0x530E59) is known color: Hot Purple. HEX triplet: 53, 0E and 59. RGB value is (83,14,89). Sum of RGB (Red+Green+Blue) = 83+14+89=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #530E59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E59 is #ACF1A6. Grayscale: #2A2A2A. Windows color (decimal): -11334055 or 5836371. OLE color: 5836371.

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

Color convert

RGB 83 14 89 -
CMYK 0.07 0.84 0 0.65
HSL 295.2º 0.73% 0.2% -
HSV(B) 295.2º 0.84% 0.35% -
XYZ 5.53 2.87 9.71 -
YUV 43.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 83 14 89 0.07 0.84 0 0.65 295.2 0.73 0.2
Hex 53 E 59 7 54 0 41 127 49 14
Octal 123 16 131 7 124 0 101 447 111 24
Binary 1010011 1110 1011001 111 1010100 0 1000001 100100111 1001001 10100

Color Harmonies of #530E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E59

Black with #530E59

Text Example


Text Example

White with #530E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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