#6729BE

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

Shades of Purple Heart #6729BE

Tints of Purple Heart #6729BE

Color information

#6729BE (or 0x6729BE) is unknown color: approx Purple Heart. HEX triplet: 67, 29 and BE. RGB value is (103,41,190). Sum of RGB (Red+Green+Blue) = 103+41+190=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #6729BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6729BE is #98D641. Grayscale: #4B4B4B. Windows color (decimal): -10016322 or 12462439. OLE color: 12462439.

HSL color Cylindrical-coordinate representation of color #6729BE: hue angle of 264.97º 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 #6729BE is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10341190-
CMYK0.460.7800.25
HSL264.97º64.5%45.29%-
HSV(B)264.97º78.42%74.51%-
XYZ15.688.1949.47-
YUV76.52192.04146.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=30.84%
G=12.28%
B=56.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103411900.460.7800.25264.9764.545.29
Hex6729BE2E4E019109412d
Octal147512765611603141110155
Binary11001111010011011111010111010011100110011000010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6729BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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