#6942BC

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

Shades of Purple Heart #6942BC

Tints of Purple Heart #6942BC

Color information

#6942BC (or 0x6942BC) is unknown color: approx Purple Heart. HEX triplet: 69, 42 and BC. RGB value is (105,66,188). Sum of RGB (Red+Green+Blue) = 105+66+188=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #6942BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6942BC is #96BD43. Grayscale: #5B5B5B. Windows color (decimal): -9878852 or 12337769. OLE color: 12337769.

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

Color convert

RGB10566188-
CMYK0.440.6500.26
HSL259.18º48.03%49.8%-
HSV(B)259.18º64.89%73.73%-
XYZ16.8510.5348.72-
YUV91.57182.42137.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.25%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=29.25%
G=18.38%
B=52.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105661880.440.6500.26259.1848.0349.8
Hex6942BC2C4101A1033032
Octal151102274541010324036062
Binary11010011000010101111001011001000001011010100000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6942BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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