Html Css Color HEX #6E2EBE Purple Heart

📋 copy color: '#6E2EBE'

red 110 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #6E2EBE

Tints of Purple Heart #6E2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

 BLUE value IS 190 (74.61% from 255) = 54.91%

R = 31.79%
G = 13.29%
B = 54.91%

CMYK

 C value IS 0.42

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E2EBE (or 0x6E2EBE) is known color: Purple Heart. HEX triplet: 6E, 2E and BE. RGB value is (110,46,190). Sum of RGB (Red+Green+Blue) = 110+46+190=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 190 (74.61% from 255 or 54.91% from 346); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2EBE is #91D141. Grayscale: #515151. Windows color (decimal): -9556290 or 12463726. OLE color: 12463726.

HSL color Cylindrical-coordinate representation of color #6E2EBE: hue angle of 266.67º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E2EBE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 46 190 -
CMYK 0.42 0.76 0 0.25
HSL 266.67º 0.61% 0.46% -
HSV(B) 266.67º 0.76% 0.75% -
XYZ 16.7 8.99 49.57 -
YUV 81.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 110 46 190 0.42 0.76 0 0.25 266.67 0.61 0.46
Hex 6E 2E BE 2A 4C 0 19 10B 3D 2E
Octal 156 56 276 52 114 0 31 413 75 56
Binary 1101110 101110 10111110 101010 1001100 0 11001 100001011 111101 101110

Color Harmonies of #6E2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2EBE

Black with #6E2EBE

Text Example


Text Example

White with #6E2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,46,190); }

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

background-color css

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

 a { background-color: rgb(110,46,190); }

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

border-color css

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

 span { border-color: rgb(110,46,190); }

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