Html Css Color HEX #5D3EBF Purple Heart

📋 copy color: '#5D3EBF'

red 93 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #5D3EBF

Tints of Purple Heart #5D3EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

 BLUE value IS 191 (75% from 255) = 55.2%

R = 26.88%
G = 17.92%
B = 55.2%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5D3EBF (or 0x5D3EBF) is known color: Purple Heart. HEX triplet: 5D, 3E and BF. RGB value is (93,62,191). Sum of RGB (Red+Green+Blue) = 93+62+191=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EBF is #A2C140. Grayscale: #555555. Windows color (decimal): -10666305 or 12533341. OLE color: 12533341.

HSL color Cylindrical-coordinate representation of color #5D3EBF: hue angle of 254.42º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D3EBF is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 93 62 191 -
CMYK 0.51 0.68 0 0.25
HSL 254.42º 0.51% 0.5% -
HSV(B) 254.42º 0.68% 0.75% -
XYZ 15.64 9.53 50.31 -
YUV 85.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 93 62 191 0.51 0.68 0 0.25 254.42 0.51 0.5
Hex 5D 3E BF 33 44 0 19 FE 33 32
Octal 135 76 277 63 104 0 31 376 63 62
Binary 1011101 111110 10111111 110011 1000100 0 11001 11111110 110011 110010

Color Harmonies of #5D3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D3EBF

Black with #5D3EBF

Text Example


Text Example

White with #5D3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,62,191); }

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

background-color css

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

 a { background-color: rgb(93,62,191); }

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

border-color css

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

 span { border-color: rgb(93,62,191); }

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