Html Css Color HEX #530E5D Hot Purple

📋 copy color: '#530E5D'

red 83 ◦ green 14 ◦ blue 93

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

Shades of Hot Purple #530E5D

Tints of Hot Purple #530E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 43.68%
G = 7.37%
B = 48.95%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#530E5D (or 0x530E5D) is known color: Hot Purple. HEX triplet: 53, 0E and 5D. RGB value is (83,14,93). Sum of RGB (Red+Green+Blue) = 83+14+93=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #530E5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530E5D is #ACF1A2. Grayscale: #2B2B2B. Windows color (decimal): -11334051 or 6098515. OLE color: 6098515.

HSL color Cylindrical-coordinate representation of color #530E5D: hue angle of 292.41º degrees, saturation: 0.74, 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 #530E5D is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 14 93 -
CMYK 0.11 0.85 0 0.64
HSL 292.41º 0.74% 0.21% -
HSV(B) 292.41º 0.85% 0.36% -
XYZ 5.7 2.94 10.62 -
YUV 43.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 83 14 93 0.11 0.85 0 0.64 292.41 0.74 0.21
Hex 53 E 5D B 55 0 40 124 4A 15
Octal 123 16 135 13 125 0 100 444 112 25
Binary 1010011 1110 1011101 1011 1010101 0 1000000 100100100 1001010 10101

Color Harmonies of #530E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E5D

Black with #530E5D

Text Example


Text Example

White with #530E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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