Html Css Color HEX #5E38CA Purple Heart

📋 copy color: '#5E38CA'

red 94 ◦ green 56 ◦ blue 202

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

Shades of Purple Heart #5E38CA

Tints of Purple Heart #5E38CA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

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

R = 26.7%
G = 15.91%
B = 57.39%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E38CA (or 0x5E38CA) is known color: Purple Heart. HEX triplet: 5E, 38 and CA. RGB value is (94,56,202). Sum of RGB (Red+Green+Blue) = 94+56+202=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E38CA is #A1C735. Grayscale: #535353. Windows color (decimal): -10602294 or 13252702. OLE color: 13252702.

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

Color convert

RGB 94 56 202 -
CMYK 0.53 0.72 0 0.21
HSL 255.62º 0.58% 0.51% -
HSV(B) 255.62º 0.72% 0.79% -
XYZ 16.69 9.47 56.83 -
YUV 84.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 94 56 202 0.53 0.72 0 0.21 255.62 0.58 0.51
Hex 5E 38 CA 35 48 0 15 100 3A 33
Octal 136 70 312 65 110 0 25 400 72 63
Binary 1011110 111000 11001010 110101 1001000 0 10101 100000000 111010 110011

Color Harmonies of #5E38CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E38CA

Black with #5E38CA

Text Example


Text Example

White with #5E38CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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