Html Css Color HEX #6A0EAD Purple Heart

📋 copy color: '#6A0EAD'

red 106 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #6A0EAD

Tints of Purple Heart #6A0EAD

RGB

 RED value IS 106 (41.8% from 255) = 36.18%

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

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 36.18%
G = 4.78%
B = 59.04%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A0EAD (or 0x6A0EAD) is known color: Purple Heart. HEX triplet: 6A, 0E and AD. RGB value is (106,14,173). Sum of RGB (Red+Green+Blue) = 106+14+173=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0EAD is #95F152. Grayscale: #3B3B3B. Windows color (decimal): -9826643 or 11341418. OLE color: 11341418.

HSL color Cylindrical-coordinate representation of color #6A0EAD: hue angle of 274.72º 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 #6A0EAD is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 14 173 -
CMYK 0.39 0.92 0 0.32
HSL 274.72º 0.85% 0.37% -
HSV(B) 274.72º 0.92% 0.68% -
XYZ 13.64 6.4 40.05 -
YUV 59.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 106 14 173 0.39 0.92 0 0.32 274.72 0.85 0.37
Hex 6A E AD 27 5C 0 20 113 55 25
Octal 152 16 255 47 134 0 40 423 125 45
Binary 1101010 1110 10101101 100111 1011100 0 100000 100010011 1010101 100101

Color Harmonies of #6A0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0EAD

Black with #6A0EAD

Text Example


Text Example

White with #6A0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,14,173); }

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

background-color css

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

 a { background-color: rgb(106,14,173); }

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

border-color css

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

 span { border-color: rgb(106,14,173); }

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