#6645BF

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

Shades of Purple Heart #6645BF

Tints of Purple Heart #6645BF

Color information

#6645BF (or 0x6645BF) is unknown color: approx Purple Heart. HEX triplet: 66, 45 and BF. RGB value is (102,69,191). Sum of RGB (Red+Green+Blue) = 102+69+191=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #6645BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645BF is #99BA40. Grayscale: #5C5C5C. Windows color (decimal): -10074689 or 12535142. OLE color: 12535142.

HSL color Cylindrical-coordinate representation of color #6645BF: hue angle of 256.23º 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 #6645BF is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10269191-
CMYK0.470.6400.25
HSL256.23º48.8%50.98%-
HSV(B)256.23º63.87%74.9%-
XYZ17.0110.8450.49-
YUV92.78183.43134.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 191 (75% from 255) = 52.76%
R=28.18%
G=19.06%
B=52.76%

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
Decimal102691910.470.6400.25256.2348.850.98
Hex6645BF2F400191003133
Octal146105277571000314006163
Binary11001101000101101111111011111000000011001100000000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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