Html Css Color HEX #6E18AD Purple Heart

📋 copy color: '#6E18AD'

red 110 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #6E18AD

Tints of Purple Heart #6E18AD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.82%

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

R = 35.83%
G = 7.82%
B = 56.35%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E18AD (or 0x6E18AD) is known color: Purple Heart. HEX triplet: 6E, 18 and AD. RGB value is (110,24,173). Sum of RGB (Red+Green+Blue) = 110+24+173=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E18AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E18AD is #91E752. Grayscale: #424242. Windows color (decimal): -9561939 or 11343982. OLE color: 11343982.

HSL color Cylindrical-coordinate representation of color #6E18AD: hue angle of 274.63º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E18AD is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 24 173 -
CMYK 0.36 0.86 0 0.32
HSL 274.63º 0.76% 0.39% -
HSV(B) 274.63º 0.86% 0.68% -
XYZ 14.3 6.99 40.13 -
YUV 66.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 110 24 173 0.36 0.86 0 0.32 274.63 0.76 0.39
Hex 6E 18 AD 24 56 0 20 113 4C 27
Octal 156 30 255 44 126 0 40 423 114 47
Binary 1101110 11000 10101101 100100 1010110 0 100000 100010011 1001100 100111

Color Harmonies of #6E18AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E18AD

Black with #6E18AD

Text Example


Text Example

White with #6E18AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,24,173); }

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

background-color css

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

 a { background-color: rgb(110,24,173); }

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

border-color css

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

 span { border-color: rgb(110,24,173); }

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