Html Css Color HEX #5E02BF Purple Heart

📋 copy color: '#5E02BF'

red 94 ◦ green 2 ◦ blue 191

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

Shades of Purple Heart #5E02BF

Tints of Purple Heart #5E02BF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 191 (75% from 255) = 66.55%

R = 32.75%
G = 0.7%
B = 66.55%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E02BF (or 0x5E02BF) is known color: Purple Heart. HEX triplet: 5E, 02 and BF. RGB value is (94,2,191). Sum of RGB (Red+Green+Blue) = 94+2+191=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E02BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02BF is #A1FD40. Grayscale: #323232. Windows color (decimal): -10616129 or 12517982. OLE color: 12517982.

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

Color convert

RGB 94 2 191 -
CMYK 0.51 0.99 0 0.25
HSL 269.21º 0.98% 0.38% -
HSV(B) 269.21º 0.99% 0.75% -
XYZ 14.04 6.18 49.74 -
YUV 51.05 206.98 158.63 -
System Red Green Blue C M Y K H S L
Decimal 94 2 191 0.51 0.99 0 0.25 269.21 0.98 0.38
Hex 5E 2 BF 33 63 0 19 10D 62 26
Octal 136 2 277 63 143 0 31 415 142 46
Binary 1011110 10 10111111 110011 1100011 0 11001 100001101 1100010 100110

Color Harmonies of #5E02BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02BF

Black with #5E02BF

Text Example


Text Example

White with #5E02BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,2,191); }

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

background-color css

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

 a { background-color: rgb(94,2,191); }

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

border-color css

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

 span { border-color: rgb(94,2,191); }

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