Html Css Color HEX #5C2ED1 Purple Heart

📋 copy color: '#5C2ED1'

red 92 ◦ green 46 ◦ blue 209

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

Shades of Purple Heart #5C2ED1

Tints of Purple Heart #5C2ED1

RGB

 RED value IS 92 (36.33% from 255) = 26.51%

 GREEN value IS 46 (18.36% from 255) = 13.26%

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 26.51%
G = 13.26%
B = 60.23%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5C2ED1 (or 0x5C2ED1) is known color: Purple Heart. HEX triplet: 5C, 2E and D1. RGB value is (92,46,209). Sum of RGB (Red+Green+Blue) = 92+46+209=347 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.51% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #5C2ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ED1 is #A3D12E. Grayscale: #4D4D4D. Windows color (decimal): -10735919 or 13708892. OLE color: 13708892.

HSL color Cylindrical-coordinate representation of color #5C2ED1: hue angle of 256.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2ED1 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 92 46 209 -
CMYK 0.56 0.78 0 0.18
HSL 256.93º 0.64% 0.5% -
HSV(B) 256.93º 0.78% 0.82% -
XYZ 16.9 8.83 61.14 -
YUV 78.34 201.74 137.75 -
System Red Green Blue C M Y K H S L
Decimal 92 46 209 0.56 0.78 0 0.18 256.93 0.64 0.5
Hex 5C 2E D1 38 4E 0 12 101 40 32
Octal 134 56 321 70 116 0 22 401 100 62
Binary 1011100 101110 11010001 111000 1001110 0 10010 100000001 1000000 110010

Color Harmonies of #5C2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C2ED1

Black with #5C2ED1

Text Example


Text Example

White with #5C2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,46,209); }

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

background-color css

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

 a { background-color: rgb(92,46,209); }

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

border-color css

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

 span { border-color: rgb(92,46,209); }

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