Html Css Color HEX #6E34DE Purple Heart

📋 copy color: '#6E34DE'

red 110 ◦ green 52 ◦ blue 222

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

Shades of Purple Heart #6E34DE

Tints of Purple Heart #6E34DE

RGB

 RED value IS 110 (43.36% from 255) = 28.65%

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

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 28.65%
G = 13.54%
B = 57.81%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E34DE (or 0x6E34DE) is known color: Purple Heart. HEX triplet: 6E, 34 and DE. RGB value is (110,52,222). Sum of RGB (Red+Green+Blue) = 110+52+222=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 52 (20.70% from 255 or 13.54% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E34DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34DE is #91CB21. Grayscale: #585858. Windows color (decimal): -9554722 or 14562414. OLE color: 14562414.

HSL color Cylindrical-coordinate representation of color #6E34DE: hue angle of 260.47º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E34DE is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 110 52 222 -
CMYK 0.50 0.77 0 0.13
HSL 260.47º 0.72% 0.54% -
HSV(B) 260.47º 0.77% 0.87% -
XYZ 20.84 11.04 70.14 -
YUV 88.72 203.22 143.18 -
System Red Green Blue C M Y K H S L
Decimal 110 52 222 0.50 0.77 0 0.13 260.47 0.72 0.54
Hex 6E 34 DE 32 4D 0 D 104 48 36
Octal 156 64 336 62 115 0 15 404 110 66
Binary 1101110 110100 11011110 110010 1001101 0 1101 100000100 1001000 110110

Color Harmonies of #6E34DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E34DE

Black with #6E34DE

Text Example


Text Example

White with #6E34DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E34DE; }

 p { color: rgb(110,52,222); }

 H1.HeaderClassName
 {
   color: #6E34DE;
 }
 .AnyTagClassName
 {
   color: #6E34DE;
 }
</style>

background-color css

<style>
 a { background-color: #6E34DE; }

 a { background-color: rgb(110,52,222); }

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

border-color css

<style>
 span { border-color: #6E34DE; }

 span { border-color: rgb(110,52,222); }

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