#661FAA

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

Shades of Purple Heart #661FAA

Tints of Purple Heart #661FAA

Color information

#661FAA (or 0x661FAA) is unknown color: approx Purple Heart. HEX triplet: 66, 1F and AA. RGB value is (102,31,170). Sum of RGB (Red+Green+Blue) = 102+31+170=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #661FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661FAA is #99E055. Grayscale: #434343. Windows color (decimal): -10084438 or 11149158. OLE color: 11149158.

HSL color Cylindrical-coordinate representation of color #661FAA: hue angle of 270.65º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661FAA is Cyan = 0.4, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10231170-
CMYK0.40.8200.33
HSL270.65º69.15%39.41%-
HSV(B)270.65º81.76%66.67%-
XYZ13.236.7138.63-
YUV68.07185.52152.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 170 (66.80% from 255) = 56.11%
R=33.66%
G=10.23%
B=56.11%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102311700.40.8200.33270.6569.1539.41
Hex661FAA285202110f4527
Octal146372525012204141710547
Binary11001101111110101010101000101001001000011000011111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661FAA; }

 p { color: rgb(102,31,170); }

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

<style>
 a { background-color: #661FAA; }

 a { background-color: rgb(102,31,170); }

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

<style>
 span { border-color: #661FAA; }

 span { border-color: rgb(102,31,170); }

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