Html Css Color HEX #6618AD Purple Heart

📋 copy color: '#6618AD'

red 102 ◦ green 24 ◦ blue 173

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

Shades of Purple Heart #6618AD

Tints of Purple Heart #6618AD

RGB

 RED value IS 102 (40.23% from 255) = 34.11%

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

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

R = 34.11%
G = 8.03%
B = 57.86%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6618AD (or 0x6618AD) is known color: Purple Heart. HEX triplet: 66, 18 and AD. RGB value is (102,24,173). Sum of RGB (Red+Green+Blue) = 102+24+173=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 173 (67.97% from 255 or 57.86% from 299); Max value from RGB is 173 - color contains mainly: blue. Hex color #6618AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618AD is #99E752. Grayscale: #3F3F3F. Windows color (decimal): -10086227 or 11343974. OLE color: 11343974.

HSL color Cylindrical-coordinate representation of color #6618AD: hue angle of 271.41º 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 #6618AD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 24 173 -
CMYK 0.41 0.86 0 0.32
HSL 271.41º 0.76% 0.39% -
HSV(B) 271.41º 0.86% 0.68% -
XYZ 13.35 6.5 40.09 -
YUV 64.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 102 24 173 0.41 0.86 0 0.32 271.41 0.76 0.39
Hex 66 18 AD 29 56 0 20 10F 4C 27
Octal 146 30 255 51 126 0 40 417 114 47
Binary 1100110 11000 10101101 101001 1010110 0 100000 100001111 1001100 100111

Color Harmonies of #6618AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6618AD

Black with #6618AD

Text Example


Text Example

White with #6618AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6618AD; }

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

 H1.HeaderClassName
 {
   color: #6618AD;
 }
 .AnyTagClassName
 {
   color: #6618AD;
 }
</style>

background-color css

<style>
 a { background-color: #6618AD; }

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

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

border-color css

<style>
 span { border-color: #6618AD; }

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

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