#6943BB

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

Shades of Purple Heart #6943BB

Tints of Purple Heart #6943BB

Color information

#6943BB (or 0x6943BB) is unknown color: approx Purple Heart. HEX triplet: 69, 43 and BB. RGB value is (105,67,187). Sum of RGB (Red+Green+Blue) = 105+67+187=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #6943BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943BB is #96BC44. Grayscale: #5B5B5B. Windows color (decimal): -9878597 or 12272489. OLE color: 12272489.

HSL color Cylindrical-coordinate representation of color #6943BB: hue angle of 259º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6943BB is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10567187-
CMYK0.440.6400.27
HSL259º47.24%49.8%-
HSV(B)259º64.17%73.33%-
XYZ16.810.6148.18-
YUV92.04181.59137.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=29.25%
G=18.66%
B=52.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105671870.440.6400.2725947.2449.8
Hex6943BB2C4001B1032f32
Octal151103273541000334035762
Binary11010011000011101110111011001000000011011100000011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6943BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6943BB; }

 p { color: rgb(105,67,187); }

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

<style>
 a { background-color: #6943BB; }

 a { background-color: rgb(105,67,187); }

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

<style>
 span { border-color: #6943BB; }

 span { border-color: rgb(105,67,187); }

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