Html Css Color HEX #5E3BCE Purple Heart

📋 copy color: '#5E3BCE'

red 94 ◦ green 59 ◦ blue 206

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

Shades of Purple Heart #5E3BCE

Tints of Purple Heart #5E3BCE

RGB

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

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

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

R = 26.18%
G = 16.43%
B = 57.38%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E3BCE (or 0x5E3BCE) is known color: Purple Heart. HEX triplet: 5E, 3B and CE. RGB value is (94,59,206). Sum of RGB (Red+Green+Blue) = 94+59+206=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E3BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3BCE is #A1C431. Grayscale: #555555. Windows color (decimal): -10601522 or 13515614. OLE color: 13515614.

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

Color convert

RGB 94 59 206 -
CMYK 0.54 0.71 0 0.19
HSL 254.29º 0.6% 0.52% -
HSV(B) 254.29º 0.71% 0.81% -
XYZ 17.32 9.96 59.4 -
YUV 86.22 195.6 133.55 -
System Red Green Blue C M Y K H S L
Decimal 94 59 206 0.54 0.71 0 0.19 254.29 0.6 0.52
Hex 5E 3B CE 36 47 0 13 FE 3C 34
Octal 136 73 316 66 107 0 23 376 74 64
Binary 1011110 111011 11001110 110110 1000111 0 10011 11111110 111100 110100

Color Harmonies of #5E3BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3BCE

Black with #5E3BCE

Text Example


Text Example

White with #5E3BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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