#611CBD

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

Shades of Purple Heart #611CBD

Tints of Purple Heart #611CBD

Color information

#611CBD (or 0x611CBD) is unknown color: approx Purple Heart. HEX triplet: 61, 1C and BD. RGB value is (97,28,189). Sum of RGB (Red+Green+Blue) = 97+28+189=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #611CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CBD is #9EE342. Grayscale: #424242. Windows color (decimal): -10412867 or 12393569. OLE color: 12393569.

HSL color Cylindrical-coordinate representation of color #611CBD: hue angle of 265.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611CBD is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9728189-
CMYK0.490.8500.26
HSL265.71º74.19%42.55%-
HSV(B)265.71º85.19%74.12%-
XYZ14.537.0548.74-
YUV66.98196.86149.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 189 (74.22% from 255) = 60.19%
R=30.89%
G=8.92%
B=60.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97281890.490.8500.26265.7174.1942.55
Hex611CBD315501A10a4a2b
Octal141342756112503241211253
Binary1100001111001011110111000110101010110101000010101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611CBD; }

 p { color: rgb(97,28,189); }

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

<style>
 a { background-color: #611CBD; }

 a { background-color: rgb(97,28,189); }

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

<style>
 span { border-color: #611CBD; }

 span { border-color: rgb(97,28,189); }

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