Html Css Color HEX #6E14AF Purple Heart

📋 copy color: '#6E14AF'

red 110 ◦ green 20 ◦ blue 175

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

Shades of Purple Heart #6E14AF

Tints of Purple Heart #6E14AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 36.07%
G = 6.56%
B = 57.38%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6E14AF (or 0x6E14AF) is known color: Purple Heart. HEX triplet: 6E, 14 and AF. RGB value is (110,20,175). Sum of RGB (Red+Green+Blue) = 110+20+175=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E14AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E14AF is #91EB50. Grayscale: #404040. Windows color (decimal): -9562961 or 11474030. OLE color: 11474030.

HSL color Cylindrical-coordinate representation of color #6E14AF: hue angle of 274.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E14AF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 110 20 175 -
CMYK 0.37 0.89 0 0.31
HSL 274.84º 0.79% 0.38% -
HSV(B) 274.84º 0.89% 0.69% -
XYZ 14.42 6.91 41.13 -
YUV 64.58 190.32 160.4 -
System Red Green Blue C M Y K H S L
Decimal 110 20 175 0.37 0.89 0 0.31 274.84 0.79 0.38
Hex 6E 14 AF 25 59 0 1F 113 4F 26
Octal 156 24 257 45 131 0 37 423 117 46
Binary 1101110 10100 10101111 100101 1011001 0 11111 100010011 1001111 100110

Color Harmonies of #6E14AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E14AF

Black with #6E14AF

Text Example


Text Example

White with #6E14AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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