Html Css Color HEX #5E43BC Purple Heart

📋 copy color: '#5E43BC'

red 94 ◦ green 67 ◦ blue 188

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

Shades of Purple Heart #5E43BC

Tints of Purple Heart #5E43BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

 BLUE value IS 188 (73.83% from 255) = 53.87%

R = 26.93%
G = 19.2%
B = 53.87%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E43BC (or 0x5E43BC) is known color: Purple Heart. HEX triplet: 5E, 43 and BC. RGB value is (94,67,188). Sum of RGB (Red+Green+Blue) = 94+67+188=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43BC is #A1BC43. Grayscale: #585858. Windows color (decimal): -10599492 or 12338014. OLE color: 12338014.

HSL color Cylindrical-coordinate representation of color #5E43BC: hue angle of 253.39º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E43BC is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 67 188 -
CMYK 0.50 0.64 0 0.26
HSL 253.39º 0.47% 0.5% -
HSV(B) 253.39º 0.64% 0.74% -
XYZ 15.7 10.02 48.68 -
YUV 88.87 183.95 131.66 -
System Red Green Blue C M Y K H S L
Decimal 94 67 188 0.50 0.64 0 0.26 253.39 0.47 0.5
Hex 5E 43 BC 32 40 0 1A FD 2F 32
Octal 136 103 274 62 100 0 32 375 57 62
Binary 1011110 1000011 10111100 110010 1000000 0 11010 11111101 101111 110010

Color Harmonies of #5E43BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E43BC

Black with #5E43BC

Text Example


Text Example

White with #5E43BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,188); }

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

background-color css

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

 a { background-color: rgb(94,67,188); }

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

border-color css

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

 span { border-color: rgb(94,67,188); }

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