Html Css Color HEX #6612AD Purple Heart

📋 copy color: '#6612AD'

red 102 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #6612AD

Tints of Purple Heart #6612AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

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

R = 34.81%
G = 6.14%
B = 59.04%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6612AD (or 0x6612AD) is known color: Purple Heart. HEX triplet: 66, 12 and AD. RGB value is (102,18,173). Sum of RGB (Red+Green+Blue) = 102+18+173=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 18 (7.42% from 255 or 6.14% 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 #6612AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6612AD is #99ED52. Grayscale: #3C3C3C. Windows color (decimal): -10087763 or 11342438. OLE color: 11342438.

HSL color Cylindrical-coordinate representation of color #6612AD: hue angle of 272.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6612AD is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 18 173 -
CMYK 0.41 0.90 0 0.32
HSL 272.52º 0.81% 0.37% -
HSV(B) 272.52º 0.9% 0.68% -
XYZ 13.24 6.27 40.05 -
YUV 60.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 102 18 173 0.41 0.90 0 0.32 272.52 0.81 0.37
Hex 66 12 AD 29 5A 0 20 111 51 25
Octal 146 22 255 51 132 0 40 421 121 45
Binary 1100110 10010 10101101 101001 1011010 0 100000 100010001 1010001 100101

Color Harmonies of #6612AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6612AD

Black with #6612AD

Text Example


Text Example

White with #6612AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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