Html Css Color HEX #6E3BDA Purple Heart

📋 copy color: '#6E3BDA'

red 110 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #6E3BDA

Tints of Purple Heart #6E3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.25%

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

R = 28.42%
G = 15.25%
B = 56.33%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E3BDA (or 0x6E3BDA) is known color: Purple Heart. HEX triplet: 6E, 3B and DA. RGB value is (110,59,218). Sum of RGB (Red+Green+Blue) = 110+59+218=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E3BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BDA is #91C425. Grayscale: #5B5B5B. Windows color (decimal): -9552934 or 14302062. OLE color: 14302062.

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

Color convert

RGB 110 59 218 -
CMYK 0.50 0.73 0 0.15
HSL 259.25º 0.68% 0.54% -
HSV(B) 259.25º 0.73% 0.85% -
XYZ 20.65 11.5 67.46 -
YUV 92.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 110 59 218 0.50 0.73 0 0.15 259.25 0.68 0.54
Hex 6E 3B DA 32 49 0 F 103 44 36
Octal 156 73 332 62 111 0 17 403 104 66
Binary 1101110 111011 11011010 110010 1001001 0 1111 100000011 1000100 110110

Color Harmonies of #6E3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3BDA

Black with #6E3BDA

Text Example


Text Example

White with #6E3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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