Html Css Color HEX #6D0EAE Purple Heart

📋 copy color: '#6D0EAE'

red 109 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #6D0EAE

Tints of Purple Heart #6D0EAE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 36.7%
G = 4.71%
B = 58.59%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D0EAE (or 0x6D0EAE) is known color: Purple Heart. HEX triplet: 6D, 0E and AE. RGB value is (109,14,174). Sum of RGB (Red+Green+Blue) = 109+14+174=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D0EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0EAE is #92F151. Grayscale: #3C3C3C. Windows color (decimal): -9630034 or 11406957. OLE color: 11406957.

HSL color Cylindrical-coordinate representation of color #6D0EAE: hue angle of 275.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0EAE is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 14 174 -
CMYK 0.37 0.92 0 0.32
HSL 275.63º 0.85% 0.37% -
HSV(B) 275.63º 0.92% 0.68% -
XYZ 14.1 6.62 40.58 -
YUV 60.65 191.97 162.49 -
System Red Green Blue C M Y K H S L
Decimal 109 14 174 0.37 0.92 0 0.32 275.63 0.85 0.37
Hex 6D E AE 25 5C 0 20 114 55 25
Octal 155 16 256 45 134 0 40 424 125 45
Binary 1101101 1110 10101110 100101 1011100 0 100000 100010100 1010101 100101

Color Harmonies of #6D0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0EAE

Black with #6D0EAE

Text Example


Text Example

White with #6D0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,14,174); }

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

background-color css

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

 a { background-color: rgb(109,14,174); }

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

border-color css

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

 span { border-color: rgb(109,14,174); }

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