Html Css Color HEX #6E14B6 Purple Heart

📋 copy color: '#6E14B6'

red 110 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #6E14B6

Tints of Purple Heart #6E14B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 182 (71.48% from 255) = 58.33%

R = 35.26%
G = 6.41%
B = 58.33%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6E14B6 (or 0x6E14B6) is known color: Purple Heart. HEX triplet: 6E, 14 and B6. RGB value is (110,20,182). Sum of RGB (Red+Green+Blue) = 110+20+182=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E14B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14B6 is #91EB49. Grayscale: #404040. Windows color (decimal): -9562954 or 11932782. OLE color: 11932782.

HSL color Cylindrical-coordinate representation of color #6E14B6: hue angle of 273.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E14B6 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 110 20 182 -
CMYK 0.40 0.89 0 0.29
HSL 273.33º 0.8% 0.4% -
HSV(B) 273.33º 0.89% 0.71% -
XYZ 15.12 7.19 44.85 -
YUV 65.38 193.82 159.83 -
System Red Green Blue C M Y K H S L
Decimal 110 20 182 0.40 0.89 0 0.29 273.33 0.8 0.4
Hex 6E 14 B6 28 59 0 1D 111 50 28
Octal 156 24 266 50 131 0 35 421 120 50
Binary 1101110 10100 10110110 101000 1011001 0 11101 100010001 1010000 101000

Color Harmonies of #6E14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14B6

Black with #6E14B6

Text Example


Text Example

White with #6E14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,20,182); }

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

background-color css

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

 a { background-color: rgb(110,20,182); }

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

border-color css

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

 span { border-color: rgb(110,20,182); }

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