Html Css Color HEX #6D1EAB Purple Heart

📋 copy color: '#6D1EAB'

red 109 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #6D1EAB

Tints of Purple Heart #6D1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.68%

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

R = 35.16%
G = 9.68%
B = 55.16%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D1EAB (or 0x6D1EAB) is known color: Purple Heart. HEX triplet: 6D, 1E and AB. RGB value is (109,30,171). Sum of RGB (Red+Green+Blue) = 109+30+171=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1EAB is #92E154. Grayscale: #454545. Windows color (decimal): -9625941 or 11214445. OLE color: 11214445.

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

Color convert

RGB 109 30 171 -
CMYK 0.36 0.82 0 0.33
HSL 273.62º 0.7% 0.39% -
HSV(B) 273.62º 0.82% 0.67% -
XYZ 14.12 7.12 39.16 -
YUV 69.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 109 30 171 0.36 0.82 0 0.33 273.62 0.7 0.39
Hex 6D 1E AB 24 52 0 21 112 46 27
Octal 155 36 253 44 122 0 41 422 106 47
Binary 1101101 11110 10101011 100100 1010010 0 100001 100010010 1000110 100111

Color Harmonies of #6D1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EAB

Black with #6D1EAB

Text Example


Text Example

White with #6D1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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