Html Css Color HEX #530E58 Hot Purple

📋 copy color: '#530E58'

red 83 ◦ green 14 ◦ blue 88

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

Shades of Hot Purple #530E58

Tints of Hot Purple #530E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.57%

R = 44.86%
G = 7.57%
B = 47.57%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530E58 (or 0x530E58) is known color: Hot Purple. HEX triplet: 53, 0E and 58. RGB value is (83,14,88). Sum of RGB (Red+Green+Blue) = 83+14+88=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #530E58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E58 is #ACF1A7. Grayscale: #2A2A2A. Windows color (decimal): -11334056 or 5770835. OLE color: 5770835.

HSL color Cylindrical-coordinate representation of color #530E58: hue angle of 295.95º 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 #530E58 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 14 88 -
CMYK 0.06 0.84 0 0.65
HSL 295.95º 0.73% 0.2% -
HSV(B) 295.95º 0.84% 0.35% -
XYZ 5.49 2.86 9.49 -
YUV 43.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 83 14 88 0.06 0.84 0 0.65 295.95 0.73 0.2
Hex 53 E 58 6 54 0 41 128 49 14
Octal 123 16 130 6 124 0 101 450 111 24
Binary 1010011 1110 1011000 110 1010100 0 1000001 100101000 1001001 10100

Color Harmonies of #530E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E58

Black with #530E58

Text Example


Text Example

White with #530E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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