#6929BE

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

Shades of Purple Heart #6929BE

Tints of Purple Heart #6929BE

Color information

#6929BE (or 0x6929BE) is unknown color: approx Purple Heart. HEX triplet: 69, 29 and BE. RGB value is (105,41,190). Sum of RGB (Red+Green+Blue) = 105+41+190=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #6929BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6929BE is #96D641. Grayscale: #4C4C4C. Windows color (decimal): -9885250 or 12462441. OLE color: 12462441.

HSL color Cylindrical-coordinate representation of color #6929BE: hue angle of 265.77º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6929BE is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10541190-
CMYK0.450.7800.25
HSL265.77º64.5%45.29%-
HSV(B)265.77º78.42%74.51%-
XYZ15.918.3149.48-
YUV77.12191.7147.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 41 (16.41% from 255) = 12.20%
BLUE value IS 190 (74.61% from 255) = 56.55%
R=31.25%
G=12.20%
B=56.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105411900.450.7800.25265.7764.545.29
Hex6929BE2D4E01910a412d
Octal151512765511603141210155
Binary11010011010011011111010110110011100110011000010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6929BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6929BE; }

 p { color: rgb(105,41,190); }

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

<style>
 a { background-color: #6929BE; }

 a { background-color: rgb(105,41,190); }

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

<style>
 span { border-color: #6929BE; }

 span { border-color: rgb(105,41,190); }

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