Html Css Color HEX #5D12AA Purple Heart

📋 copy color: '#5D12AA'

red 93 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #5D12AA

Tints of Purple Heart #5D12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

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

R = 33.1%
G = 6.41%
B = 60.5%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D12AA (or 0x5D12AA) is known color: Purple Heart. HEX triplet: 5D, 12 and AA. RGB value is (93,18,170). Sum of RGB (Red+Green+Blue) = 93+18+170=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #5D12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D12AA is #A2ED55. Grayscale: #393939. Windows color (decimal): -10677590 or 11145821. OLE color: 11145821.

HSL color Cylindrical-coordinate representation of color #5D12AA: hue angle of 269.61º degrees, saturation: 0.81, 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 #5D12AA is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 18 170 -
CMYK 0.45 0.89 0 0.33
HSL 269.61º 0.81% 0.37% -
HSV(B) 269.61º 0.89% 0.67% -
XYZ 11.99 5.66 38.49 -
YUV 57.75 191.35 153.14 -
System Red Green Blue C M Y K H S L
Decimal 93 18 170 0.45 0.89 0 0.33 269.61 0.81 0.37
Hex 5D 12 AA 2D 59 0 21 10E 51 25
Octal 135 22 252 55 131 0 41 416 121 45
Binary 1011101 10010 10101010 101101 1011001 0 100001 100001110 1010001 100101

Color Harmonies of #5D12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D12AA

Black with #5D12AA

Text Example


Text Example

White with #5D12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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