Html Css Color HEX #5E40CA Purple Heart

📋 copy color: '#5E40CA'

red 94 ◦ green 64 ◦ blue 202

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

Shades of Purple Heart #5E40CA

Tints of Purple Heart #5E40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

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

R = 26.11%
G = 17.78%
B = 56.11%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E40CA (or 0x5E40CA) is known color: Purple Heart. HEX triplet: 5E, 40 and CA. RGB value is (94,64,202). Sum of RGB (Red+Green+Blue) = 94+64+202=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E40CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40CA is #A1BF35. Grayscale: #585858. Windows color (decimal): -10600246 or 13254750. OLE color: 13254750.

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

Color convert

RGB 94 64 202 -
CMYK 0.53 0.68 0 0.21
HSL 253.04º 0.57% 0.52% -
HSV(B) 253.04º 0.68% 0.79% -
XYZ 17.11 10.31 56.97 -
YUV 88.7 191.94 131.78 -
System Red Green Blue C M Y K H S L
Decimal 94 64 202 0.53 0.68 0 0.21 253.04 0.57 0.52
Hex 5E 40 CA 35 44 0 15 FD 39 34
Octal 136 100 312 65 104 0 25 375 71 64
Binary 1011110 1000000 11001010 110101 1000100 0 10101 11111101 111001 110100

Color Harmonies of #5E40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40CA

Black with #5E40CA

Text Example


Text Example

White with #5E40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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