Html Css Color HEX #5E3DBC Purple Heart

📋 copy color: '#5E3DBC'

red 94 ◦ green 61 ◦ blue 188

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

Shades of Purple Heart #5E3DBC

Tints of Purple Heart #5E3DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.78%

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

R = 27.41%
G = 17.78%
B = 54.81%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E3DBC (or 0x5E3DBC) is known color: Purple Heart. HEX triplet: 5E, 3D and BC. RGB value is (94,61,188). Sum of RGB (Red+Green+Blue) = 94+61+188=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E3DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DBC is #A1C243. Grayscale: #545454. Windows color (decimal): -10601028 or 12336478. OLE color: 12336478.

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

Color convert

RGB 94 61 188 -
CMYK 0.50 0.68 0 0.26
HSL 255.59º 0.51% 0.49% -
HSV(B) 255.59º 0.68% 0.74% -
XYZ 15.36 9.35 48.57 -
YUV 85.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 94 61 188 0.50 0.68 0 0.26 255.59 0.51 0.49
Hex 5E 3D BC 32 44 0 1A 100 33 31
Octal 136 75 274 62 104 0 32 400 63 61
Binary 1011110 111101 10111100 110010 1000100 0 11010 100000000 110011 110001

Color Harmonies of #5E3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DBC

Black with #5E3DBC

Text Example


Text Example

White with #5E3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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