Html Css Color HEX #5E2BDA Purple Heart

📋 copy color: '#5E2BDA'

red 94 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #5E2BDA

Tints of Purple Heart #5E2BDA

RGB

 RED value IS 94 (37.11% from 255) = 26.48%

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

 BLUE value IS 218 (85.55% from 255) = 61.41%

R = 26.48%
G = 12.11%
B = 61.41%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E2BDA (or 0x5E2BDA) is known color: Purple Heart. HEX triplet: 5E, 2B and DA. RGB value is (94,43,218). Sum of RGB (Red+Green+Blue) = 94+43+218=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #5E2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2BDA is #A1D425. Grayscale: #4D4D4D. Windows color (decimal): -10605606 or 14297950. OLE color: 14297950.

HSL color Cylindrical-coordinate representation of color #5E2BDA: hue angle of 257.49º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E2BDA is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 43 218 -
CMYK 0.57 0.80 0 0.15
HSL 257.49º 0.7% 0.51% -
HSV(B) 257.49º 0.8% 0.85% -
XYZ 18.13 9.17 67.14 -
YUV 78.2 206.9 139.27 -
System Red Green Blue C M Y K H S L
Decimal 94 43 218 0.57 0.80 0 0.15 257.49 0.7 0.51
Hex 5E 2B DA 39 50 0 F 101 46 33
Octal 136 53 332 71 120 0 17 401 106 63
Binary 1011110 101011 11011010 111001 1010000 0 1111 100000001 1000110 110011

Color Harmonies of #5E2BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2BDA

Black with #5E2BDA

Text Example


Text Example

White with #5E2BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,43,218); }

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

background-color css

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

 a { background-color: rgb(94,43,218); }

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

border-color css

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

 span { border-color: rgb(94,43,218); }

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