Html Css Color HEX #5E21CF Purple Heart

📋 copy color: '#5E21CF'

red 94 ◦ green 33 ◦ blue 207

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

Shades of Purple Heart #5E21CF

Tints of Purple Heart #5E21CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

 BLUE value IS 207 (81.25% from 255) = 61.98%

R = 28.14%
G = 9.88%
B = 61.98%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E21CF (or 0x5E21CF) is known color: Purple Heart. HEX triplet: 5E, 21 and CF. RGB value is (94,33,207). Sum of RGB (Red+Green+Blue) = 94+33+207=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #5E21CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E21CF is #A1DE30. Grayscale: #464646. Windows color (decimal): -10608177 or 13574494. OLE color: 13574494.

HSL color Cylindrical-coordinate representation of color #5E21CF: hue angle of 261.03º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E21CF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 33 207 -
CMYK 0.55 0.84 0 0.19
HSL 261.03º 0.73% 0.47% -
HSV(B) 261.03º 0.84% 0.81% -
XYZ 16.42 7.97 59.7 -
YUV 71.08 204.71 144.35 -
System Red Green Blue C M Y K H S L
Decimal 94 33 207 0.55 0.84 0 0.19 261.03 0.73 0.47
Hex 5E 21 CF 37 54 0 13 105 48 2F
Octal 136 41 317 67 124 0 23 405 110 57
Binary 1011110 100001 11001111 110111 1010100 0 10011 100000101 1001000 101111

Color Harmonies of #5E21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E21CF

Black with #5E21CF

Text Example


Text Example

White with #5E21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,33,207); }

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

background-color css

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

 a { background-color: rgb(94,33,207); }

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

border-color css

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

 span { border-color: rgb(94,33,207); }

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