#6628BE

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

Shades of Purple Heart #6628BE

Tints of Purple Heart #6628BE

Color information

#6628BE (or 0x6628BE) is unknown color: approx Purple Heart. HEX triplet: 66, 28 and BE. RGB value is (102,40,190). Sum of RGB (Red+Green+Blue) = 102+40+190=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #6628BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628BE is #99D741. Grayscale: #4B4B4B. Windows color (decimal): -10082114 or 12462182. OLE color: 12462182.

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

Color convert

RGB10240190-
CMYK0.460.7900.25
HSL264.8º65.22%45.1%-
HSV(B)264.8º78.95%74.51%-
XYZ15.538.0649.45-
YUV75.64192.54146.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 40 (16.02% from 255) = 12.05%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=30.72%
G=12.05%
B=57.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102401900.460.7900.25264.865.2245.1
Hex6628BE2E4F019109412d
Octal146502765611703141110155
Binary11001101010001011111010111010011110110011000010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6628BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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