#6626BB

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

Shades of Purple Heart #6626BB

Tints of Purple Heart #6626BB

Color information

#6626BB (or 0x6626BB) is unknown color: approx Purple Heart. HEX triplet: 66, 26 and BB. RGB value is (102,38,187). Sum of RGB (Red+Green+Blue) = 102+38+187=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #6626BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6626BB is #99D944. Grayscale: #494949. Windows color (decimal): -10082629 or 12265062. OLE color: 12265062.

HSL color Cylindrical-coordinate representation of color #6626BB: hue angle of 265.77º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6626BB is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10238187-
CMYK0.450.8000.27
HSL265.77º66.22%44.12%-
HSV(B)265.77º79.68%73.33%-
XYZ15.147.847.72-
YUV74.12191.7147.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=31.19%
G=11.62%
B=57.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102381870.450.8000.27265.7766.2244.12
Hex6626BB2D5001B10a422c
Octal146462735512003341210254
Binary11001101001101011101110110110100000110111000010101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6626BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6626BB; }

 p { color: rgb(102,38,187); }

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

<style>
 a { background-color: #6626BB; }

 a { background-color: rgb(102,38,187); }

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

<style>
 span { border-color: #6626BB; }

 span { border-color: rgb(102,38,187); }

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