#6644BF

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

Shades of Purple Heart #6644BF

Tints of Purple Heart #6644BF

Color information

#6644BF (or 0x6644BF) is unknown color: approx Purple Heart. HEX triplet: 66, 44 and BF. RGB value is (102,68,191). Sum of RGB (Red+Green+Blue) = 102+68+191=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #6644BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6644BF is #99BB40. Grayscale: #5B5B5B. Windows color (decimal): -10074945 or 12534886. OLE color: 12534886.

HSL color Cylindrical-coordinate representation of color #6644BF: hue angle of 256.59º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6644BF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10268191-
CMYK0.470.6400.25
HSL256.59º49%50.78%-
HSV(B)256.59º64.4%74.9%-
XYZ16.9510.7250.47-
YUV92.19183.76135-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 191 (75% from 255) = 52.91%
R=28.25%
G=18.84%
B=52.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102681910.470.6400.25256.594950.78
Hex6644BF2F400191013133
Octal146104277571000314016163
Binary11001101000100101111111011111000000011001100000001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6644BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6644BF; }

 p { color: rgb(102,68,191); }

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

<style>
 a { background-color: #6644BF; }

 a { background-color: rgb(102,68,191); }

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

<style>
 span { border-color: #6644BF; }

 span { border-color: rgb(102,68,191); }

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