Html Css Color HEX #5E34B6 Purple Heart

📋 copy color: '#5E34B6'

red 94 ◦ green 52 ◦ blue 182

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

Shades of Purple Heart #5E34B6

Tints of Purple Heart #5E34B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 55.49%

R = 28.66%
G = 15.85%
B = 55.49%

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

#5E34B6 (or 0x5E34B6) is known color: Purple Heart. HEX triplet: 5E, 34 and B6. RGB value is (94,52,182). Sum of RGB (Red+Green+Blue) = 94+52+182=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #5E34B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34B6 is #A1CB49. Grayscale: #4E4E4E. Windows color (decimal): -10603338 or 11940958. OLE color: 11940958.

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

Color convert

RGB 94 52 182 -
CMYK 0.48 0.71 0 0.29
HSL 259.38º 0.56% 0.46% -
HSV(B) 259.38º 0.71% 0.71% -
XYZ 14.29 8.21 45.09 -
YUV 79.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 94 52 182 0.48 0.71 0 0.29 259.38 0.56 0.46
Hex 5E 34 B6 30 47 0 1D 103 38 2E
Octal 136 64 266 60 107 0 35 403 70 56
Binary 1011110 110100 10110110 110000 1000111 0 11101 100000011 111000 101110

Color Harmonies of #5E34B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34B6

Black with #5E34B6

Text Example


Text Example

White with #5E34B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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