#6629BA

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

Shades of Purple Heart #6629BA

Tints of Purple Heart #6629BA

Color information

#6629BA (or 0x6629BA) is unknown color: approx Purple Heart. HEX triplet: 66, 29 and BA. RGB value is (102,41,186). Sum of RGB (Red+Green+Blue) = 102+41+186=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #6629BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6629BA is #99D645. Grayscale: #4B4B4B. Windows color (decimal): -10081862 or 12200294. OLE color: 12200294.

HSL color Cylindrical-coordinate representation of color #6629BA: hue angle of 265.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6629BA is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10241186-
CMYK0.450.7800.27
HSL265.24º63.88%44.51%-
HSV(B)265.24º77.96%72.94%-
XYZ15.147.9647.19-
YUV75.77190.21146.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=31.00%
G=12.46%
B=56.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102411860.450.7800.27265.2463.8844.51
Hex6629BA2D4E01B109402d
Octal146512725511603341110055
Binary11001101010011011101010110110011100110111000010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6629BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6629BA; }

 p { color: rgb(102,41,186); }

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

<style>
 a { background-color: #6629BA; }

 a { background-color: rgb(102,41,186); }

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

<style>
 span { border-color: #6629BA; }

 span { border-color: rgb(102,41,186); }

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