#6611AF

Color #6611AF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6611AF

Tints of Purple Heart #6611AF

Color information

#6611AF (or 0x6611AF) is unknown color: approx Purple Heart. HEX triplet: 66, 11 and AF. RGB value is (102,17,175). Sum of RGB (Red+Green+Blue) = 102+17+175=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #6611AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611AF is #99EE50. Grayscale: #3B3B3B. Windows color (decimal): -10088017 or 11473254. OLE color: 11473254.

HSL color Cylindrical-coordinate representation of color #6611AF: hue angle of 272.28º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611AF is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10217175-
CMYK0.420.9000.31
HSL272.28º82.29%37.65%-
HSV(B)272.28º90.29%68.63%-
XYZ13.426.3241.07-
YUV60.43192.66157.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=34.69%
G=5.78%
B=59.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102171750.420.9000.31272.2882.2937.65
Hex6611AF2A5A01F1105226
Octal146212575213203742012246
Binary1100110100011010111110101010110100111111000100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6611AF; }

 p { color: rgb(102,17,175); }

 H1.HeaderClassName
 {
   color: #6611AF;
 }
 .AnyTagClassName
 {
   color: #6611AF;
 }
</style>
background-color css

<style>
 a { background-color: #6611AF; }

 a { background-color: rgb(102,17,175); }

 div.DivClassName
 {
   background-color: #6611AF;
 }
 .BgClassName
 {
   background-color: #6611AF;
 }
</style>
border-color css

<style>
 span { border-color: #6611AF; }

 span { border-color: rgb(102,17,175); }

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