#661BDD

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

Shades of Purple Heart #661BDD

Tints of Purple Heart #661BDD

Color information

#661BDD (or 0x661BDD) is unknown color: approx Purple Heart. HEX triplet: 66, 1B and DD. RGB value is (102,27,221). Sum of RGB (Red+Green+Blue) = 102+27+221=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #661BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #661BDD is #99E422. Grayscale: #464646. Windows color (decimal): -10085411 or 14490470. OLE color: 14490470.

HSL color Cylindrical-coordinate representation of color #661BDD: hue angle of 263.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661BDD is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10227221-
CMYK0.540.8800.13
HSL263.2º78.23%48.63%-
HSV(B)263.2º87.78%86.67%-
XYZ18.928.8369.11-
YUV71.54212.35149.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 27 (10.94% from 255) = 7.71%
BLUE value IS 221 (86.72% from 255) = 63.14%
R=29.14%
G=7.71%
B=63.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102272210.540.8800.13263.278.2348.63
Hex661BDD36580D1074e31
Octal146333356613001540711661
Binary110011011011110111011101101011000011011000001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,221); }

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

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

 a { background-color: rgb(102,27,221); }

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

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

 span { border-color: rgb(102,27,221); }

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