#6643BC

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

Shades of Purple Heart #6643BC

Tints of Purple Heart #6643BC

Color information

#6643BC (or 0x6643BC) is unknown color: approx Purple Heart. HEX triplet: 66, 43 and BC. RGB value is (102,67,188). Sum of RGB (Red+Green+Blue) = 102+67+188=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6643BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6643BC is #99BC43. Grayscale: #5A5A5A. Windows color (decimal): -10075204 or 12338022. OLE color: 12338022.

HSL color Cylindrical-coordinate representation of color #6643BC: hue angle of 257.36º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6643BC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10267188-
CMYK0.460.6400.26
HSL257.36º47.45%50%-
HSV(B)257.36º64.36%73.73%-
XYZ16.5610.4748.72-
YUV91.26182.6135.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=28.57%
G=18.77%
B=52.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102671880.460.6400.26257.3647.4550
Hex6643BC2E4001A1012f32
Octal146103274561000324015762
Binary11001101000011101111001011101000000011010100000001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6643BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6643BC; }

 p { color: rgb(102,67,188); }

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

<style>
 a { background-color: #6643BC; }

 a { background-color: rgb(102,67,188); }

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

<style>
 span { border-color: #6643BC; }

 span { border-color: rgb(102,67,188); }

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