Html Css Color HEX #530E5B Hot Purple

📋 copy color: '#530E5B'

red 83 ◦ green 14 ◦ blue 91

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

Shades of Hot Purple #530E5B

Tints of Hot Purple #530E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 48.4%

R = 44.15%
G = 7.45%
B = 48.4%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#530E5B (or 0x530E5B) is known color: Hot Purple. HEX triplet: 53, 0E and 5B. RGB value is (83,14,91). Sum of RGB (Red+Green+Blue) = 83+14+91=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #530E5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E5B is #ACF1A4. Grayscale: #2B2B2B. Windows color (decimal): -11334053 or 5967443. OLE color: 5967443.

HSL color Cylindrical-coordinate representation of color #530E5B: hue angle of 293.77º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #530E5B is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 14 91 -
CMYK 0.09 0.85 0 0.64
HSL 293.77º 0.73% 0.21% -
HSV(B) 293.77º 0.85% 0.36% -
XYZ 5.61 2.91 10.16 -
YUV 43.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 83 14 91 0.09 0.85 0 0.64 293.77 0.73 0.21
Hex 53 E 5B 9 55 0 40 126 49 15
Octal 123 16 133 11 125 0 100 446 111 25
Binary 1010011 1110 1011011 1001 1010101 0 1000000 100100110 1001001 10101

Color Harmonies of #530E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E5B

Black with #530E5B

Text Example


Text Example

White with #530E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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