Html Css Color HEX #5E2CBC Purple Heart

📋 copy color: '#5E2CBC'

red 94 ◦ green 44 ◦ blue 188

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

Shades of Purple Heart #5E2CBC

Tints of Purple Heart #5E2CBC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

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

R = 28.83%
G = 13.5%
B = 57.67%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E2CBC (or 0x5E2CBC) is known color: Purple Heart. HEX triplet: 5E, 2C and BC. RGB value is (94,44,188). Sum of RGB (Red+Green+Blue) = 94+44+188=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2CBC is #A1D343. Grayscale: #4A4A4A. Windows color (decimal): -10605380 or 12332126. OLE color: 12332126.

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

Color convert

RGB 94 44 188 -
CMYK 0.50 0.77 0 0.26
HSL 260.83º 0.62% 0.45% -
HSV(B) 260.83º 0.77% 0.74% -
XYZ 14.59 7.81 48.32 -
YUV 75.37 191.57 141.29 -
System Red Green Blue C M Y K H S L
Decimal 94 44 188 0.50 0.77 0 0.26 260.83 0.62 0.45
Hex 5E 2C BC 32 4D 0 1A 105 3E 2D
Octal 136 54 274 62 115 0 32 405 76 55
Binary 1011110 101100 10111100 110010 1001101 0 11010 100000101 111110 101101

Color Harmonies of #5E2CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2CBC

Black with #5E2CBC

Text Example


Text Example

White with #5E2CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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