Html Css Color HEX #5E1CCE Purple Heart

📋 copy color: '#5E1CCE'

red 94 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #5E1CCE

Tints of Purple Heart #5E1CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.54%

 BLUE value IS 206 (80.86% from 255) = 62.8%

R = 28.66%
G = 8.54%
B = 62.8%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E1CCE (or 0x5E1CCE) is known color: Purple Heart. HEX triplet: 5E, 1C and CE. RGB value is (94,28,206). Sum of RGB (Red+Green+Blue) = 94+28+206=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E1CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1CCE is #A1E331. Grayscale: #434343. Windows color (decimal): -10609458 or 13507678. OLE color: 13507678.

HSL color Cylindrical-coordinate representation of color #5E1CCE: hue angle of 262.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1CCE is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 28 206 -
CMYK 0.54 0.86 0 0.19
HSL 262.25º 0.76% 0.46% -
HSV(B) 262.25º 0.86% 0.81% -
XYZ 16.17 7.67 59.02 -
YUV 68.03 205.87 146.53 -
System Red Green Blue C M Y K H S L
Decimal 94 28 206 0.54 0.86 0 0.19 262.25 0.76 0.46
Hex 5E 1C CE 36 56 0 13 106 4C 2E
Octal 136 34 316 66 126 0 23 406 114 56
Binary 1011110 11100 11001110 110110 1010110 0 10011 100000110 1001100 101110

Color Harmonies of #5E1CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1CCE

Black with #5E1CCE

Text Example


Text Example

White with #5E1CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,28,206); }

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

background-color css

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

 a { background-color: rgb(94,28,206); }

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

border-color css

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

 span { border-color: rgb(94,28,206); }

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