Html Css Color HEX #5E25CD Purple Heart

📋 copy color: '#5E25CD'

red 94 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #5E25CD

Tints of Purple Heart #5E25CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 27.98%
G = 11.01%
B = 61.01%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E25CD (or 0x5E25CD) is known color: Purple Heart. HEX triplet: 5E, 25 and CD. RGB value is (94,37,205). Sum of RGB (Red+Green+Blue) = 94+37+205=336 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.98% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E25CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E25CD is #A1DA32. Grayscale: #484848. Windows color (decimal): -10607155 or 13444446. OLE color: 13444446.

HSL color Cylindrical-coordinate representation of color #5E25CD: hue angle of 260.36º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E25CD is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 37 205 -
CMYK 0.54 0.82 0 0.20
HSL 260.36º 0.69% 0.47% -
HSV(B) 260.36º 0.82% 0.8% -
XYZ 16.3 8.11 58.46 -
YUV 73.2 202.38 142.84 -
System Red Green Blue C M Y K H S L
Decimal 94 37 205 0.54 0.82 0 0.20 260.36 0.69 0.47
Hex 5E 25 CD 36 52 0 14 104 45 2F
Octal 136 45 315 66 122 0 24 404 105 57
Binary 1011110 100101 11001101 110110 1010010 0 10100 100000100 1000101 101111

Color Harmonies of #5E25CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E25CD

Black with #5E25CD

Text Example


Text Example

White with #5E25CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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