Html Css Color HEX #5D14AA Purple Heart

📋 copy color: '#5D14AA'

red 93 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #5D14AA

Tints of Purple Heart #5D14AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 170 (66.8% from 255) = 60.07%

R = 32.86%
G = 7.07%
B = 60.07%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D14AA (or 0x5D14AA) is known color: Purple Heart. HEX triplet: 5D, 14 and AA. RGB value is (93,20,170). Sum of RGB (Red+Green+Blue) = 93+20+170=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D14AA is #A2EB55. Grayscale: #3A3A3A. Windows color (decimal): -10677078 or 11146333. OLE color: 11146333.

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

Color convert

RGB 93 20 170 -
CMYK 0.45 0.88 0 0.33
HSL 269.2º 0.79% 0.37% -
HSV(B) 269.2º 0.88% 0.67% -
XYZ 12.02 5.73 38.5 -
YUV 58.93 190.68 152.3 -
System Red Green Blue C M Y K H S L
Decimal 93 20 170 0.45 0.88 0 0.33 269.2 0.79 0.37
Hex 5D 14 AA 2D 58 0 21 10D 4F 25
Octal 135 24 252 55 130 0 41 415 117 45
Binary 1011101 10100 10101010 101101 1011000 0 100001 100001101 1001111 100101

Color Harmonies of #5D14AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D14AA

Black with #5D14AA

Text Example


Text Example

White with #5D14AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,20,170); }

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

background-color css

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

 a { background-color: rgb(93,20,170); }

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

border-color css

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

 span { border-color: rgb(93,20,170); }

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