Html Css Color HEX #5E40BC Purple Heart

📋 copy color: '#5E40BC'

red 94 ◦ green 64 ◦ blue 188

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

Shades of Purple Heart #5E40BC

Tints of Purple Heart #5E40BC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 27.17%
G = 18.5%
B = 54.34%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E40BC (or 0x5E40BC) is known color: Purple Heart. HEX triplet: 5E, 40 and BC. RGB value is (94,64,188). Sum of RGB (Red+Green+Blue) = 94+64+188=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E40BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40BC is #A1BF43. Grayscale: #565656. Windows color (decimal): -10600260 or 12337246. OLE color: 12337246.

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

Color convert

RGB 94 64 188 -
CMYK 0.50 0.66 0 0.26
HSL 254.52º 0.49% 0.49% -
HSV(B) 254.52º 0.66% 0.74% -
XYZ 15.53 9.68 48.63 -
YUV 87.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 94 64 188 0.50 0.66 0 0.26 254.52 0.49 0.49
Hex 5E 40 BC 32 42 0 1A FF 31 31
Octal 136 100 274 62 102 0 32 377 61 61
Binary 1011110 1000000 10111100 110010 1000010 0 11010 11111111 110001 110001

Color Harmonies of #5E40BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40BC

Black with #5E40BC

Text Example


Text Example

White with #5E40BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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