Html Css Color HEX #5D22AE Purple Heart

📋 copy color: '#5D22AE'

red 93 ◦ green 34 ◦ blue 174

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

Shades of Purple Heart #5D22AE

Tints of Purple Heart #5D22AE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 30.9%
G = 11.3%
B = 57.81%

CMYK

 C value IS 0.47

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D22AE (or 0x5D22AE) is known color: Purple Heart. HEX triplet: 5D, 22 and AE. RGB value is (93,34,174). Sum of RGB (Red+Green+Blue) = 93+34+174=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D22AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D22AE is #A2DD51. Grayscale: #434343. Windows color (decimal): -10673490 or 11412061. OLE color: 11412061.

HSL color Cylindrical-coordinate representation of color #5D22AE: hue angle of 265.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D22AE is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 34 174 -
CMYK 0.47 0.80 0 0.32
HSL 265.29º 0.67% 0.41% -
HSV(B) 265.29º 0.8% 0.68% -
XYZ 12.73 6.53 40.63 -
YUV 67.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 93 34 174 0.47 0.80 0 0.32 265.29 0.67 0.41
Hex 5D 22 AE 2F 50 0 20 109 43 29
Octal 135 42 256 57 120 0 40 411 103 51
Binary 1011101 100010 10101110 101111 1010000 0 100000 100001001 1000011 101001

Color Harmonies of #5D22AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D22AE

Black with #5D22AE

Text Example


Text Example

White with #5D22AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,34,174); }

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

background-color css

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

 a { background-color: rgb(93,34,174); }

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

border-color css

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

 span { border-color: rgb(93,34,174); }

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