Html Css Color HEX #5D32BA Purple Heart

📋 copy color: '#5D32BA'

red 93 ◦ green 50 ◦ blue 186

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

Shades of Purple Heart #5D32BA

Tints of Purple Heart #5D32BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

 BLUE value IS 186 (73.05% from 255) = 56.53%

R = 28.27%
G = 15.2%
B = 56.53%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D32BA (or 0x5D32BA) is known color: Purple Heart. HEX triplet: 5D, 32 and BA. RGB value is (93,50,186). Sum of RGB (Red+Green+Blue) = 93+50+186=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D32BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D32BA is #A2CD45. Grayscale: #4D4D4D. Windows color (decimal): -10669382 or 12202589. OLE color: 12202589.

HSL color Cylindrical-coordinate representation of color #5D32BA: hue angle of 258.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D32BA is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 50 186 -
CMYK 0.5 0.73 0 0.27
HSL 258.97º 0.58% 0.46% -
HSV(B) 258.97º 0.73% 0.73% -
XYZ 14.52 8.15 47.26 -
YUV 78.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 93 50 186 0.5 0.73 0 0.27 258.97 0.58 0.46
Hex 5D 32 BA 32 49 0 1B 103 3A 2E
Octal 135 62 272 62 111 0 33 403 72 56
Binary 1011101 110010 10111010 110010 1001001 0 11011 100000011 111010 101110

Color Harmonies of #5D32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D32BA

Black with #5D32BA

Text Example


Text Example

White with #5D32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,50,186); }

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

background-color css

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

 a { background-color: rgb(93,50,186); }

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

border-color css

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

 span { border-color: rgb(93,50,186); }

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