Html Css Color HEX #5E25DB Purple Heart

📋 copy color: '#5E25DB'

red 94 ◦ green 37 ◦ blue 219

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

Shades of Purple Heart #5E25DB

Tints of Purple Heart #5E25DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.57%

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 26.86%
G = 10.57%
B = 62.57%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5E25DB (or 0x5E25DB) is known color: Purple Heart. HEX triplet: 5E, 25 and DB. RGB value is (94,37,219). Sum of RGB (Red+Green+Blue) = 94+37+219=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E25DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E25DB is #A1DA24. Grayscale: #4A4A4A. Windows color (decimal): -10607141 or 14361950. OLE color: 14361950.

HSL color Cylindrical-coordinate representation of color #5E25DB: hue angle of 258.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E25DB is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 94 37 219 -
CMYK 0.57 0.83 0 0.14
HSL 258.79º 0.72% 0.5% -
HSV(B) 258.79º 0.83% 0.86% -
XYZ 18.06 8.82 67.77 -
YUV 74.79 209.38 141.7 -
System Red Green Blue C M Y K H S L
Decimal 94 37 219 0.57 0.83 0 0.14 258.79 0.72 0.5
Hex 5E 25 DB 39 53 0 E 103 48 32
Octal 136 45 333 71 123 0 16 403 110 62
Binary 1011110 100101 11011011 111001 1010011 0 1110 100000011 1001000 110010

Color Harmonies of #5E25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25DB

Black with #5E25DB

Text Example


Text Example

White with #5E25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,37,219); }

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

background-color css

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

 a { background-color: rgb(94,37,219); }

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

border-color css

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

 span { border-color: rgb(94,37,219); }

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