Html Css Color HEX #6E2ADA Purple Heart

📋 copy color: '#6E2ADA'

red 110 ◦ green 42 ◦ blue 218

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

Shades of Purple Heart #6E2ADA

Tints of Purple Heart #6E2ADA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.35%

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 29.73%
G = 11.35%
B = 58.92%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E2ADA (or 0x6E2ADA) is known color: Purple Heart. HEX triplet: 6E, 2A and DA. RGB value is (110,42,218). Sum of RGB (Red+Green+Blue) = 110+42+218=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E2ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2ADA is #91D525. Grayscale: #515151. Windows color (decimal): -9557286 or 14297710. OLE color: 14297710.

HSL color Cylindrical-coordinate representation of color #6E2ADA: hue angle of 263.18º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E2ADA is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 42 218 -
CMYK 0.50 0.81 0 0.15
HSL 263.18º 0.7% 0.51% -
HSV(B) 263.18º 0.81% 0.85% -
XYZ 19.91 10.03 67.22 -
YUV 82.4 204.53 147.69 -
System Red Green Blue C M Y K H S L
Decimal 110 42 218 0.50 0.81 0 0.15 263.18 0.7 0.51
Hex 6E 2A DA 32 51 0 F 107 46 33
Octal 156 52 332 62 121 0 17 407 106 63
Binary 1101110 101010 11011010 110010 1010001 0 1111 100000111 1000110 110011

Color Harmonies of #6E2ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2ADA

Black with #6E2ADA

Text Example


Text Example

White with #6E2ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,42,218); }

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

background-color css

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

 a { background-color: rgb(110,42,218); }

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

border-color css

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

 span { border-color: rgb(110,42,218); }

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