Html Css Color HEX #5E30BA Purple Heart

📋 copy color: '#5E30BA'

red 94 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #5E30BA

Tints of Purple Heart #5E30BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.63%

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 28.66%
G = 14.63%
B = 56.71%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E30BA (or 0x5E30BA) is known color: Purple Heart. HEX triplet: 5E, 30 and BA. RGB value is (94,48,186). Sum of RGB (Red+Green+Blue) = 94+48+186=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E30BA is #A1CF45. Grayscale: #4C4C4C. Windows color (decimal): -10604358 or 12202078. OLE color: 12202078.

HSL color Cylindrical-coordinate representation of color #5E30BA: hue angle of 260º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E30BA is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 48 186 -
CMYK 0.49 0.74 0 0.27
HSL 260º 0.59% 0.46% -
HSV(B) 260º 0.74% 0.73% -
XYZ 14.54 8.04 47.24 -
YUV 77.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 94 48 186 0.49 0.74 0 0.27 260 0.59 0.46
Hex 5E 30 BA 31 4A 0 1B 104 3B 2E
Octal 136 60 272 61 112 0 33 404 73 56
Binary 1011110 110000 10111010 110001 1001010 0 11011 100000100 111011 101110

Color Harmonies of #5E30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E30BA

Black with #5E30BA

Text Example


Text Example

White with #5E30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,48,186); }

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

background-color css

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

 a { background-color: rgb(94,48,186); }

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

border-color css

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

 span { border-color: rgb(94,48,186); }

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