Html Css Color HEX #6D14AB Purple Heart

📋 copy color: '#6D14AB'

red 109 ◦ green 20 ◦ blue 171

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

Shades of Purple Heart #6D14AB

Tints of Purple Heart #6D14AB

RGB

 RED value IS 109 (42.97% from 255) = 36.33%

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

 BLUE value IS 171 (67.19% from 255) = 57%

R = 36.33%
G = 6.67%
B = 57%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D14AB (or 0x6D14AB) is known color: Purple Heart. HEX triplet: 6D, 14 and AB. RGB value is (109,20,171). Sum of RGB (Red+Green+Blue) = 109+20+171=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D14AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D14AB is #92EB54. Grayscale: #3F3F3F. Windows color (decimal): -9628501 or 11211885. OLE color: 11211885.

HSL color Cylindrical-coordinate representation of color #6D14AB: hue angle of 275.36º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D14AB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 20 171 -
CMYK 0.36 0.88 0 0.33
HSL 275.36º 0.79% 0.37% -
HSV(B) 275.36º 0.88% 0.67% -
XYZ 13.91 6.69 39.09 -
YUV 63.83 188.49 160.22 -
System Red Green Blue C M Y K H S L
Decimal 109 20 171 0.36 0.88 0 0.33 275.36 0.79 0.37
Hex 6D 14 AB 24 58 0 21 113 4F 25
Octal 155 24 253 44 130 0 41 423 117 45
Binary 1101101 10100 10101011 100100 1011000 0 100001 100010011 1001111 100101

Color Harmonies of #6D14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D14AB

Black with #6D14AB

Text Example


Text Example

White with #6D14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,20,171); }

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

background-color css

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

 a { background-color: rgb(109,20,171); }

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

border-color css

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

 span { border-color: rgb(109,20,171); }

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