Html Css Color HEX #5E14CA Purple Heart

📋 copy color: '#5E14CA'

red 94 ◦ green 20 ◦ blue 202

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

Shades of Purple Heart #5E14CA

Tints of Purple Heart #5E14CA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.33%

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

R = 29.75%
G = 6.33%
B = 63.92%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E14CA (or 0x5E14CA) is known color: Purple Heart. HEX triplet: 5E, 14 and CA. RGB value is (94,20,202). Sum of RGB (Red+Green+Blue) = 94+20+202=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E14CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E14CA is #A1EB35. Grayscale: #3E3E3E. Windows color (decimal): -10611510 or 13243486. OLE color: 13243486.

HSL color Cylindrical-coordinate representation of color #5E14CA: hue angle of 264.4º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E14CA is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 20 202 -
CMYK 0.53 0.90 0 0.21
HSL 264.4º 0.82% 0.44% -
HSV(B) 264.4º 0.9% 0.79% -
XYZ 15.53 7.14 56.44 -
YUV 62.87 206.52 150.2 -
System Red Green Blue C M Y K H S L
Decimal 94 20 202 0.53 0.90 0 0.21 264.4 0.82 0.44
Hex 5E 14 CA 35 5A 0 15 108 52 2C
Octal 136 24 312 65 132 0 25 410 122 54
Binary 1011110 10100 11001010 110101 1011010 0 10101 100001000 1010010 101100

Color Harmonies of #5E14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E14CA

Black with #5E14CA

Text Example


Text Example

White with #5E14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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