#663ABC

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

Shades of Purple Heart #663ABC

Tints of Purple Heart #663ABC

Color information

#663ABC (or 0x663ABC) is unknown color: approx Purple Heart. HEX triplet: 66, 3A and BC. RGB value is (102,58,188). Sum of RGB (Red+Green+Blue) = 102+58+188=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #663ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #663ABC is #99C543. Grayscale: #555555. Windows color (decimal): -10077508 or 12335718. OLE color: 12335718.

HSL color Cylindrical-coordinate representation of color #663ABC: hue angle of 260.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663ABC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10258188-
CMYK0.460.6900.26
HSL260.31º52.85%48.24%-
HSV(B)260.31º69.15%73.73%-
XYZ16.079.4848.56-
YUV85.98185.58139.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=29.31%
G=16.67%
B=54.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal102581880.460.6900.26260.3152.8548.24
Hex663ABC2E4501A1043530
Octal14672274561050324046560
Binary1100110111010101111001011101000101011010100000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663ABC; }

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

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

<style>
 a { background-color: #663ABC; }

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

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

<style>
 span { border-color: #663ABC; }

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

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