Html Css Color HEX #6E3ADC Purple Heart

📋 copy color: '#6E3ADC'

red 110 ◦ green 58 ◦ blue 220

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

Shades of Purple Heart #6E3ADC

Tints of Purple Heart #6E3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.95%

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

R = 28.35%
G = 14.95%
B = 56.7%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6E3ADC (or 0x6E3ADC) is known color: Purple Heart. HEX triplet: 6E, 3A and DC. RGB value is (110,58,220). Sum of RGB (Red+Green+Blue) = 110+58+220=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 58 (23.05% from 255 or 14.95% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ADC is #91C523. Grayscale: #5B5B5B. Windows color (decimal): -9553188 or 14432878. OLE color: 14432878.

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

Color convert

RGB 110 58 220 -
CMYK 0.50 0.74 0 0.14
HSL 259.26º 0.7% 0.55% -
HSV(B) 259.26º 0.74% 0.86% -
XYZ 20.86 11.51 68.83 -
YUV 92.02 200.23 140.83 -
System Red Green Blue C M Y K H S L
Decimal 110 58 220 0.50 0.74 0 0.14 259.26 0.7 0.55
Hex 6E 3A DC 32 4A 0 E 103 46 37
Octal 156 72 334 62 112 0 16 403 106 67
Binary 1101110 111010 11011100 110010 1001010 0 1110 100000011 1000110 110111

Color Harmonies of #6E3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3ADC

Black with #6E3ADC

Text Example


Text Example

White with #6E3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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