Html Css Color HEX #5D13AC Purple Heart

📋 copy color: '#5D13AC'

red 93 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #5D13AC

Tints of Purple Heart #5D13AC

RGB

 RED value IS 93 (36.72% from 255) = 32.75%

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 32.75%
G = 6.69%
B = 60.56%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D13AC (or 0x5D13AC) is known color: Purple Heart. HEX triplet: 5D, 13 and AC. RGB value is (93,19,172). Sum of RGB (Red+Green+Blue) = 93+19+172=284 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.75% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D13AC is #A2EC53. Grayscale: #3A3A3A. Windows color (decimal): -10677332 or 11277149. OLE color: 11277149.

HSL color Cylindrical-coordinate representation of color #5D13AC: hue angle of 269.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D13AC is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 19 172 -
CMYK 0.46 0.89 0 0.33
HSL 269.02º 0.8% 0.37% -
HSV(B) 269.02º 0.89% 0.67% -
XYZ 12.19 5.77 39.5 -
YUV 58.57 192.02 152.56 -
System Red Green Blue C M Y K H S L
Decimal 93 19 172 0.46 0.89 0 0.33 269.02 0.8 0.37
Hex 5D 13 AC 2E 59 0 21 10D 50 25
Octal 135 23 254 56 131 0 41 415 120 45
Binary 1011101 10011 10101100 101110 1011001 0 100001 100001101 1010000 100101

Color Harmonies of #5D13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D13AC

Black with #5D13AC

Text Example


Text Example

White with #5D13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D13AC; }

 p { color: rgb(93,19,172); }

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

background-color css

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

 a { background-color: rgb(93,19,172); }

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

border-color css

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

 span { border-color: rgb(93,19,172); }

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