Html Css Color HEX #5E25C7 Purple Heart

📋 copy color: '#5E25C7'

red 94 ◦ green 37 ◦ blue 199

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

Shades of Purple Heart #5E25C7

Tints of Purple Heart #5E25C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 60.3%

R = 28.48%
G = 11.21%
B = 60.3%

CMYK

 C value IS 0.53

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5E25C7 (or 0x5E25C7) is known color: Purple Heart. HEX triplet: 5E, 25 and C7. RGB value is (94,37,199). Sum of RGB (Red+Green+Blue) = 94+37+199=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 199 (78.12% from 255 or 60.30% from 330); Max value from RGB is 199 - color contains mainly: blue. Hex color #5E25C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E25C7 is #A1DA38. Grayscale: #474747. Windows color (decimal): -10607161 or 13051230. OLE color: 13051230.

HSL color Cylindrical-coordinate representation of color #5E25C7: hue angle of 261.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5E25C7 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 94 37 199 -
CMYK 0.53 0.81 0 0.22
HSL 261.11º 0.69% 0.46% -
HSV(B) 261.11º 0.81% 0.78% -
XYZ 15.59 7.83 54.72 -
YUV 72.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 94 37 199 0.53 0.81 0 0.22 261.11 0.69 0.46
Hex 5E 25 C7 35 51 0 16 105 45 2E
Octal 136 45 307 65 121 0 26 405 105 56
Binary 1011110 100101 11000111 110101 1010001 0 10110 100000101 1000101 101110

Color Harmonies of #5E25C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25C7

Black with #5E25C7

Text Example


Text Example

White with #5E25C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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