Html Css Color HEX #5E26BE Purple Heart

📋 copy color: '#5E26BE'

red 94 ◦ green 38 ◦ blue 190

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

Shades of Purple Heart #5E26BE

Tints of Purple Heart #5E26BE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 29.19%
G = 11.8%
B = 59.01%

CMYK

 C value IS 0.51

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E26BE (or 0x5E26BE) is known color: Purple Heart. HEX triplet: 5E, 26 and BE. RGB value is (94,38,190). Sum of RGB (Red+Green+Blue) = 94+38+190=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E26BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E26BE is #A1D941. Grayscale: #474747. Windows color (decimal): -10606914 or 12461662. OLE color: 12461662.

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

Color convert

RGB 94 38 190 -
CMYK 0.51 0.8 0 0.25
HSL 262.11º 0.67% 0.45% -
HSV(B) 262.11º 0.8% 0.75% -
XYZ 14.6 7.48 49.39 -
YUV 72.07 194.55 143.64 -
System Red Green Blue C M Y K H S L
Decimal 94 38 190 0.51 0.8 0 0.25 262.11 0.67 0.45
Hex 5E 26 BE 33 50 0 19 106 43 2D
Octal 136 46 276 63 120 0 31 406 103 55
Binary 1011110 100110 10111110 110011 1010000 0 11001 100000110 1000011 101101

Color Harmonies of #5E26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E26BE

Black with #5E26BE

Text Example


Text Example

White with #5E26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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