Html Css Color HEX #5D21AF Purple Heart

📋 copy color: '#5D21AF'

red 93 ◦ green 33 ◦ blue 175

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

Shades of Purple Heart #5D21AF

Tints of Purple Heart #5D21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 30.9%
G = 10.96%
B = 58.14%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D21AF (or 0x5D21AF) is known color: Purple Heart. HEX triplet: 5D, 21 and AF. RGB value is (93,33,175). Sum of RGB (Red+Green+Blue) = 93+33+175=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D21AF is #A2DE50. Grayscale: #424242. Windows color (decimal): -10673745 or 11477341. OLE color: 11477341.

HSL color Cylindrical-coordinate representation of color #5D21AF: hue angle of 265.35º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D21AF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 33 175 -
CMYK 0.47 0.81 0 0.31
HSL 265.35º 0.68% 0.41% -
HSV(B) 265.35º 0.81% 0.69% -
XYZ 12.8 6.51 41.14 -
YUV 67.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 93 33 175 0.47 0.81 0 0.31 265.35 0.68 0.41
Hex 5D 21 AF 2F 51 0 1F 109 44 29
Octal 135 41 257 57 121 0 37 411 104 51
Binary 1011101 100001 10101111 101111 1010001 0 11111 100001001 1000100 101001

Color Harmonies of #5D21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D21AF

Black with #5D21AF

Text Example


Text Example

White with #5D21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,33,175); }

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

background-color css

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

 a { background-color: rgb(93,33,175); }

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

border-color css

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

 span { border-color: rgb(93,33,175); }

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