Html Css Color HEX #5E34CE Purple Heart

📋 copy color: '#5E34CE'

red 94 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #5E34CE

Tints of Purple Heart #5E34CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.52%

R = 26.7%
G = 14.77%
B = 58.52%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E34CE (or 0x5E34CE) is known color: Purple Heart. HEX triplet: 5E, 34 and CE. RGB value is (94,52,206). Sum of RGB (Red+Green+Blue) = 94+52+206=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34CE is #A1CB31. Grayscale: #515151. Windows color (decimal): -10603314 or 13513822. OLE color: 13513822.

HSL color Cylindrical-coordinate representation of color #5E34CE: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E34CE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 52 206 -
CMYK 0.54 0.75 0 0.19
HSL 256.36º 0.61% 0.51% -
HSV(B) 256.36º 0.75% 0.81% -
XYZ 16.98 9.29 59.29 -
YUV 82.11 197.91 136.48 -
System Red Green Blue C M Y K H S L
Decimal 94 52 206 0.54 0.75 0 0.19 256.36 0.61 0.51
Hex 5E 34 CE 36 4B 0 13 100 3D 33
Octal 136 64 316 66 113 0 23 400 75 63
Binary 1011110 110100 11001110 110110 1001011 0 10011 100000000 111101 110011

Color Harmonies of #5E34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34CE

Black with #5E34CE

Text Example


Text Example

White with #5E34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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