#6944BC

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

Shades of Purple Heart #6944BC

Tints of Purple Heart #6944BC

Color information

#6944BC (or 0x6944BC) is unknown color: approx Purple Heart. HEX triplet: 69, 44 and BC. RGB value is (105,68,188). Sum of RGB (Red+Green+Blue) = 105+68+188=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #6944BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6944BC is #96BB43. Grayscale: #5C5C5C. Windows color (decimal): -9878340 or 12338281. OLE color: 12338281.

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

Color convert

RGB10568188-
CMYK0.440.6400.26
HSL258.5º47.24%50.2%-
HSV(B)258.5º63.83%73.73%-
XYZ16.9710.7748.76-
YUV92.74181.76136.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.09%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=29.09%
G=18.84%
B=52.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105681880.440.6400.26258.547.2450.2
Hex6944BC2C4001A1022f32
Octal151104274541000324025762
Binary11010011000100101111001011001000000011010100000010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6944BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6944BC; }

 p { color: rgb(105,68,188); }

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

<style>
 a { background-color: #6944BC; }

 a { background-color: rgb(105,68,188); }

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

<style>
 span { border-color: #6944BC; }

 span { border-color: rgb(105,68,188); }

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