Html Css Color HEX #6E3EDD Purple Heart

📋 copy color: '#6E3EDD'

red 110 ◦ green 62 ◦ blue 221

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

Shades of Purple Heart #6E3EDD

Tints of Purple Heart #6E3EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 27.99%
G = 15.78%
B = 56.23%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6E3EDD (or 0x6E3EDD) is known color: Purple Heart. HEX triplet: 6E, 3E and DD. RGB value is (110,62,221). Sum of RGB (Red+Green+Blue) = 110+62+221=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3EDD is #91C122. Grayscale: #5D5D5D. Windows color (decimal): -9552163 or 14499438. OLE color: 14499438.

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

Color convert

RGB 110 62 221 -
CMYK 0.50 0.72 0 0.13
HSL 258.11º 0.7% 0.55% -
HSV(B) 258.11º 0.72% 0.87% -
XYZ 21.2 11.98 69.6 -
YUV 94.48 199.4 139.07 -
System Red Green Blue C M Y K H S L
Decimal 110 62 221 0.50 0.72 0 0.13 258.11 0.7 0.55
Hex 6E 3E DD 32 48 0 D 102 46 37
Octal 156 76 335 62 110 0 15 402 106 67
Binary 1101110 111110 11011101 110010 1001000 0 1101 100000010 1000110 110111

Color Harmonies of #6E3EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3EDD

Black with #6E3EDD

Text Example


Text Example

White with #6E3EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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