Html Css Color HEX #5D2BAE Purple Heart

📋 copy color: '#5D2BAE'

red 93 ◦ green 43 ◦ blue 174

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

Shades of Purple Heart #5D2BAE

Tints of Purple Heart #5D2BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.87%

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

R = 30%
G = 13.87%
B = 56.13%

CMYK

 C value IS 0.47

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D2BAE (or 0x5D2BAE) is known color: Purple Heart. HEX triplet: 5D, 2B and AE. RGB value is (93,43,174). Sum of RGB (Red+Green+Blue) = 93+43+174=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D2BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2BAE is #A2D451. Grayscale: #484848. Windows color (decimal): -10671186 or 11414365. OLE color: 11414365.

HSL color Cylindrical-coordinate representation of color #5D2BAE: hue angle of 262.9º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2BAE is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 43 174 -
CMYK 0.47 0.75 0 0.32
HSL 262.9º 0.6% 0.43% -
HSV(B) 262.9º 0.75% 0.68% -
XYZ 13.02 7.11 40.73 -
YUV 72.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 93 43 174 0.47 0.75 0 0.32 262.9 0.6 0.43
Hex 5D 2B AE 2F 4B 0 20 107 3C 2B
Octal 135 53 256 57 113 0 40 407 74 53
Binary 1011101 101011 10101110 101111 1001011 0 100000 100000111 111100 101011

Color Harmonies of #5D2BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D2BAE

Black with #5D2BAE

Text Example


Text Example

White with #5D2BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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