#6628BD

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

Shades of Purple Heart #6628BD

Tints of Purple Heart #6628BD

Color information

#6628BD (or 0x6628BD) is unknown color: approx Purple Heart. HEX triplet: 66, 28 and BD. RGB value is (102,40,189). Sum of RGB (Red+Green+Blue) = 102+40+189=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6628BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628BD is #99D742. Grayscale: #4A4A4A. Windows color (decimal): -10082115 or 12396646. OLE color: 12396646.

HSL color Cylindrical-coordinate representation of color #6628BD: hue angle of 264.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6628BD is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10240189-
CMYK0.460.7900.26
HSL264.97º65.07%44.9%-
HSV(B)264.97º78.84%74.12%-
XYZ15.428.0248.88-
YUV75.52192.04146.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 40 (16.02% from 255) = 12.08%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=30.82%
G=12.08%
B=57.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102401890.460.7900.26264.9765.0744.9
Hex6628BD2E4F01A109412d
Octal146502755611703241110155
Binary11001101010001011110110111010011110110101000010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6628BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6628BD; }

 p { color: rgb(102,40,189); }

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

<style>
 a { background-color: #6628BD; }

 a { background-color: rgb(102,40,189); }

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

<style>
 span { border-color: #6628BD; }

 span { border-color: rgb(102,40,189); }

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