Html Css Color HEX #5E3BBD Purple Heart

📋 copy color: '#5E3BBD'

red 94 ◦ green 59 ◦ blue 189

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

Shades of Purple Heart #5E3BBD

Tints of Purple Heart #5E3BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.25%

 BLUE value IS 189 (74.22% from 255) = 55.26%

R = 27.49%
G = 17.25%
B = 55.26%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E3BBD (or 0x5E3BBD) is known color: Purple Heart. HEX triplet: 5E, 3B and BD. RGB value is (94,59,189). Sum of RGB (Red+Green+Blue) = 94+59+189=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E3BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BBD is #A1C442. Grayscale: #535353. Windows color (decimal): -10601539 or 12401502. OLE color: 12401502.

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

Color convert

RGB 94 59 189 -
CMYK 0.50 0.69 0 0.26
HSL 256.15º 0.52% 0.49% -
HSV(B) 256.15º 0.69% 0.74% -
XYZ 15.37 9.18 49.11 -
YUV 84.29 187.1 134.93 -
System Red Green Blue C M Y K H S L
Decimal 94 59 189 0.50 0.69 0 0.26 256.15 0.52 0.49
Hex 5E 3B BD 32 45 0 1A 100 34 31
Octal 136 73 275 62 105 0 32 400 64 61
Binary 1011110 111011 10111101 110010 1000101 0 11010 100000000 110100 110001

Color Harmonies of #5E3BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BBD

Black with #5E3BBD

Text Example


Text Example

White with #5E3BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,59,189); }

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

background-color css

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

 a { background-color: rgb(94,59,189); }

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

border-color css

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

 span { border-color: rgb(94,59,189); }

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