Html Css Color HEX #5E34CA Purple Heart

📋 copy color: '#5E34CA'

red 94 ◦ green 52 ◦ blue 202

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

Shades of Purple Heart #5E34CA

Tints of Purple Heart #5E34CA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 27.01%
G = 14.94%
B = 58.05%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E34CA (or 0x5E34CA) is known color: Purple Heart. HEX triplet: 5E, 34 and CA. RGB value is (94,52,202). Sum of RGB (Red+Green+Blue) = 94+52+202=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34CA is #A1CB35. Grayscale: #515151. Windows color (decimal): -10603318 or 13251678. OLE color: 13251678.

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

Color convert

RGB 94 52 202 -
CMYK 0.53 0.74 0 0.21
HSL 256.8º 0.59% 0.5% -
HSV(B) 256.8º 0.74% 0.79% -
XYZ 16.5 9.1 56.76 -
YUV 81.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 94 52 202 0.53 0.74 0 0.21 256.8 0.59 0.5
Hex 5E 34 CA 35 4A 0 15 101 3B 32
Octal 136 64 312 65 112 0 25 401 73 62
Binary 1011110 110100 11001010 110101 1001010 0 10101 100000001 111011 110010

Color Harmonies of #5E34CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34CA

Black with #5E34CA

Text Example


Text Example

White with #5E34CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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