Html Css Color HEX #5E02BD Purple Heart

📋 copy color: '#5E02BD'

red 94 ◦ green 2 ◦ blue 189

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

Shades of Purple Heart #5E02BD

Tints of Purple Heart #5E02BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.32%

R = 32.98%
G = 0.7%
B = 66.32%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E02BD (or 0x5E02BD) is known color: Purple Heart. HEX triplet: 5E, 02 and BD. RGB value is (94,2,189). Sum of RGB (Red+Green+Blue) = 94+2+189=285 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.98% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #5E02BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E02BD is #A1FD42. Grayscale: #323232. Windows color (decimal): -10616131 or 12386910. OLE color: 12386910.

HSL color Cylindrical-coordinate representation of color #5E02BD: hue angle of 269.52º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02BD is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 2 189 -
CMYK 0.50 0.99 0 0.26
HSL 269.52º 0.98% 0.37% -
HSV(B) 269.52º 0.99% 0.74% -
XYZ 13.82 6.1 48.59 -
YUV 50.83 205.98 158.79 -
System Red Green Blue C M Y K H S L
Decimal 94 2 189 0.50 0.99 0 0.26 269.52 0.98 0.37
Hex 5E 2 BD 32 63 0 1A 10E 62 25
Octal 136 2 275 62 143 0 32 416 142 45
Binary 1011110 10 10111101 110010 1100011 0 11010 100001110 1100010 100101

Color Harmonies of #5E02BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02BD

Black with #5E02BD

Text Example


Text Example

White with #5E02BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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