Html Css Color HEX #6711AD Purple Heart

📋 copy color: '#6711AD'

red 103 ◦ green 17 ◦ blue 173

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

Shades of Purple Heart #6711AD

Tints of Purple Heart #6711AD

RGB

 RED value IS 103 (40.63% from 255) = 35.15%

 GREEN value IS 17 (7.03% from 255) = 5.8%

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

R = 35.15%
G = 5.8%
B = 59.04%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6711AD (or 0x6711AD) is known color: Purple Heart. HEX triplet: 67, 11 and AD. RGB value is (103,17,173). Sum of RGB (Red+Green+Blue) = 103+17+173=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 17 (7.03% from 255 or 5.80% 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 #6711AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6711AD is #98EE52. Grayscale: #3B3B3B. Windows color (decimal): -10022483 or 11342183. OLE color: 11342183.

HSL color Cylindrical-coordinate representation of color #6711AD: hue angle of 273.08º degrees, saturation: 0.82, 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 #6711AD is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 17 173 -
CMYK 0.40 0.90 0 0.32
HSL 273.08º 0.82% 0.37% -
HSV(B) 273.08º 0.9% 0.68% -
XYZ 13.34 6.3 40.05 -
YUV 60.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 103 17 173 0.40 0.90 0 0.32 273.08 0.82 0.37
Hex 67 11 AD 28 5A 0 20 111 52 25
Octal 147 21 255 50 132 0 40 421 122 45
Binary 1100111 10001 10101101 101000 1011010 0 100000 100010001 1010010 100101

Color Harmonies of #6711AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6711AD

Black with #6711AD

Text Example


Text Example

White with #6711AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,17,173); }

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

background-color css

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

 a { background-color: rgb(103,17,173); }

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

border-color css

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

 span { border-color: rgb(103,17,173); }

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