Html Css Color HEX #6E3EDC Purple Heart

📋 copy color: '#6E3EDC'

red 110 ◦ green 62 ◦ blue 220

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

Shades of Purple Heart #6E3EDC

Tints of Purple Heart #6E3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.82%

 BLUE value IS 220 (86.33% from 255) = 56.12%

R = 28.06%
G = 15.82%
B = 56.12%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E3EDC (or 0x6E3EDC) is known color: Purple Heart. HEX triplet: 6E, 3E and DC. RGB value is (110,62,220). Sum of RGB (Red+Green+Blue) = 110+62+220=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E3EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3EDC is #91C123. Grayscale: #5D5D5D. Windows color (decimal): -9552164 or 14433902. OLE color: 14433902.

HSL color Cylindrical-coordinate representation of color #6E3EDC: hue angle of 258.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3EDC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 62 220 -
CMYK 0.50 0.72 0 0.14
HSL 258.23º 0.69% 0.55% -
HSV(B) 258.23º 0.72% 0.86% -
XYZ 21.07 11.93 68.9 -
YUV 94.36 198.9 139.15 -
System Red Green Blue C M Y K H S L
Decimal 110 62 220 0.50 0.72 0 0.14 258.23 0.69 0.55
Hex 6E 3E DC 32 48 0 E 102 45 37
Octal 156 76 334 62 110 0 16 402 105 67
Binary 1101110 111110 11011100 110010 1001000 0 1110 100000010 1000101 110111

Color Harmonies of #6E3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3EDC

Black with #6E3EDC

Text Example


Text Example

White with #6E3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,220); }

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

background-color css

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

 a { background-color: rgb(110,62,220); }

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

border-color css

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

 span { border-color: rgb(110,62,220); }

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