Html Css Color HEX #5E34B4 Purple Heart

📋 copy color: '#5E34B4'

red 94 ◦ green 52 ◦ blue 180

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

Shades of Purple Heart #5E34B4

Tints of Purple Heart #5E34B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 55.21%

R = 28.83%
G = 15.95%
B = 55.21%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E34B4 (or 0x5E34B4) is known color: Purple Heart. HEX triplet: 5E, 34 and B4. RGB value is (94,52,180). Sum of RGB (Red+Green+Blue) = 94+52+180=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E34B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34B4 is #A1CB4B. Grayscale: #4E4E4E. Windows color (decimal): -10603340 or 11809886. OLE color: 11809886.

HSL color Cylindrical-coordinate representation of color #5E34B4: hue angle of 259.69º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E34B4 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 52 180 -
CMYK 0.48 0.71 0 0.29
HSL 259.69º 0.55% 0.45% -
HSV(B) 259.69º 0.71% 0.71% -
XYZ 14.08 8.13 44.01 -
YUV 79.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 94 52 180 0.48 0.71 0 0.29 259.69 0.55 0.45
Hex 5E 34 B4 30 47 0 1D 104 37 2D
Octal 136 64 264 60 107 0 35 404 67 55
Binary 1011110 110100 10110100 110000 1000111 0 11101 100000100 110111 101101

Color Harmonies of #5E34B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34B4

Black with #5E34B4

Text Example


Text Example

White with #5E34B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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