Html Css Color HEX #5E03BE Purple Heart

📋 copy color: '#5E03BE'

red 94 ◦ green 3 ◦ blue 190

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

Shades of Purple Heart #5E03BE

Tints of Purple Heart #5E03BE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 32.75%
G = 1.05%
B = 66.2%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E03BE (or 0x5E03BE) is known color: Purple Heart. HEX triplet: 5E, 03 and BE. RGB value is (94,3,190). Sum of RGB (Red+Green+Blue) = 94+3+190=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E03BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E03BE is #A1FC41. Grayscale: #323232. Windows color (decimal): -10615874 or 12452702. OLE color: 12452702.

HSL color Cylindrical-coordinate representation of color #5E03BE: hue angle of 269.2º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03BE is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 3 190 -
CMYK 0.51 0.98 0 0.25
HSL 269.2º 0.97% 0.38% -
HSV(B) 269.2º 0.98% 0.75% -
XYZ 13.94 6.16 49.17 -
YUV 51.53 206.15 158.29 -
System Red Green Blue C M Y K H S L
Decimal 94 3 190 0.51 0.98 0 0.25 269.2 0.97 0.38
Hex 5E 3 BE 33 62 0 19 10D 61 26
Octal 136 3 276 63 142 0 31 415 141 46
Binary 1011110 11 10111110 110011 1100010 0 11001 100001101 1100001 100110

Color Harmonies of #5E03BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03BE

Black with #5E03BE

Text Example


Text Example

White with #5E03BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,190); }

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

background-color css

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

 a { background-color: rgb(94,3,190); }

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

border-color css

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

 span { border-color: rgb(94,3,190); }

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