Html Css Color HEX #5E3DCA Purple Heart

📋 copy color: '#5E3DCA'

red 94 ◦ green 61 ◦ blue 202

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

Shades of Purple Heart #5E3DCA

Tints of Purple Heart #5E3DCA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

 BLUE value IS 202 (79.3% from 255) = 56.58%

R = 26.33%
G = 17.09%
B = 56.58%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E3DCA (or 0x5E3DCA) is known color: Purple Heart. HEX triplet: 5E, 3D and CA. RGB value is (94,61,202). Sum of RGB (Red+Green+Blue) = 94+61+202=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E3DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DCA is #A1C235. Grayscale: #565656. Windows color (decimal): -10601014 or 13253982. OLE color: 13253982.

HSL color Cylindrical-coordinate representation of color #5E3DCA: hue angle of 254.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3DCA is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 61 202 -
CMYK 0.53 0.70 0 0.21
HSL 254.04º 0.57% 0.52% -
HSV(B) 254.04º 0.7% 0.79% -
XYZ 16.95 9.98 56.91 -
YUV 86.94 192.93 133.04 -
System Red Green Blue C M Y K H S L
Decimal 94 61 202 0.53 0.70 0 0.21 254.04 0.57 0.52
Hex 5E 3D CA 35 46 0 15 FE 39 34
Octal 136 75 312 65 106 0 25 376 71 64
Binary 1011110 111101 11001010 110101 1000110 0 10101 11111110 111001 110100

Color Harmonies of #5E3DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3DCA

Black with #5E3DCA

Text Example


Text Example

White with #5E3DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,61,202); }

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

background-color css

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

 a { background-color: rgb(94,61,202); }

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

border-color css

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

 span { border-color: rgb(94,61,202); }

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