Html Css Color HEX #6E14C9 Purple Heart

📋 copy color: '#6E14C9'

red 110 ◦ green 20 ◦ blue 201

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

Shades of Purple Heart #6E14C9

Tints of Purple Heart #6E14C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.73%

R = 33.23%
G = 6.04%
B = 60.73%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E14C9 (or 0x6E14C9) is known color: Purple Heart. HEX triplet: 6E, 14 and C9. RGB value is (110,20,201). Sum of RGB (Red+Green+Blue) = 110+20+201=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #6E14C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14C9 is #91EB36. Grayscale: #424242. Windows color (decimal): -9562935 or 13177966. OLE color: 13177966.

HSL color Cylindrical-coordinate representation of color #6E14C9: hue angle of 269.83º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E14C9 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 20 201 -
CMYK 0.45 0.90 0 0.21
HSL 269.83º 0.82% 0.43% -
HSV(B) 269.83º 0.9% 0.79% -
XYZ 17.22 8.03 55.9 -
YUV 67.54 203.32 158.28 -
System Red Green Blue C M Y K H S L
Decimal 110 20 201 0.45 0.90 0 0.21 269.83 0.82 0.43
Hex 6E 14 C9 2D 5A 0 15 10E 52 2B
Octal 156 24 311 55 132 0 25 416 122 53
Binary 1101110 10100 11001001 101101 1011010 0 10101 100001110 1010010 101011

Color Harmonies of #6E14C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14C9

Black with #6E14C9

Text Example


Text Example

White with #6E14C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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