Html Css Color HEX #5E2ECC Purple Heart

📋 copy color: '#5E2ECC'

red 94 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #5E2ECC

Tints of Purple Heart #5E2ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

 BLUE value IS 204 (80.08% from 255) = 59.3%

R = 27.33%
G = 13.37%
B = 59.3%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E2ECC (or 0x5E2ECC) is known color: Purple Heart. HEX triplet: 5E, 2E and CC. RGB value is (94,46,204). Sum of RGB (Red+Green+Blue) = 94+46+204=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E2ECC is #A1D133. Grayscale: #4D4D4D. Windows color (decimal): -10604852 or 13381214. OLE color: 13381214.

HSL color Cylindrical-coordinate representation of color #5E2ECC: hue angle of 258.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E2ECC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 94 46 204 -
CMYK 0.54 0.77 0 0.2
HSL 258.23º 0.63% 0.49% -
HSV(B) 258.23º 0.77% 0.8% -
XYZ 16.49 8.69 57.94 -
YUV 78.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 94 46 204 0.54 0.77 0 0.2 258.23 0.63 0.49
Hex 5E 2E CC 36 4D 0 14 102 3F 31
Octal 136 56 314 66 115 0 24 402 77 61
Binary 1011110 101110 11001100 110110 1001101 0 10100 100000010 111111 110001

Color Harmonies of #5E2ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2ECC

Black with #5E2ECC

Text Example


Text Example

White with #5E2ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,46,204); }

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

background-color css

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

 a { background-color: rgb(94,46,204); }

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

border-color css

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

 span { border-color: rgb(94,46,204); }

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