#661cd8

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

Shades of Purple Heart #661CD8

Tints of Purple Heart #661CD8

Color information

#661CD8 (or 0x661CD8) is unknown color: approx Purple Heart. HEX triplet: 66, 1C and D8. RGB value is (102,28,216). Sum of RGB (Red+Green+Blue) = 102+28+216=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #661CD8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661CD8 is #99E327. Grayscale: #464646. Windows color (decimal): -10085160 or 14163046. OLE color: 14163046.

HSL color Cylindrical-coordinate representation of color #661CD8: hue angle of 263.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661CD8 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10228216-
CMYK0.530.8700.15
HSL263.62º77.05%47.84%-
HSV(B)263.62º87.04%84.71%-
XYZ18.298.6165.66-
YUV71.56209.52149.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 28 (11.33% from 255) = 8.09%
BLUE value IS 216 (84.77% from 255) = 62.43%
R=29.48%
G=8.09%
B=62.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102282160.530.8700.15263.6277.0547.84
Hex661CD835570F1084d30
Octal146343306512701741011560
Binary110011011100110110001101011010111011111000010001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661cd8; }

 p { color: rgb(102,28,216); }

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

<style>
 a { background-color: #661cd8; }

 a { background-color: rgb(102,28,216); }

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

<style>
 span { border-color: #661cd8; }

 span { border-color: rgb(102,28,216); }

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