#611FB8

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

Shades of Purple Heart #611FB8

Tints of Purple Heart #611FB8

Color information

#611FB8 (or 0x611FB8) is unknown color: approx Purple Heart. HEX triplet: 61, 1F and B8. RGB value is (97,31,184). Sum of RGB (Red+Green+Blue) = 97+31+184=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #611FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FB8 is #9EE047. Grayscale: #434343. Windows color (decimal): -10412104 or 12066657. OLE color: 12066657.

HSL color Cylindrical-coordinate representation of color #611FB8: hue angle of 265.88º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611FB8 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9731184-
CMYK0.470.8300.28
HSL265.88º71.16%42.16%-
HSV(B)265.88º83.15%72.16%-
XYZ14.076.9845.95-
YUV68.18193.37148.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 31 (12.5% from 255) = 9.94%
BLUE value IS 184 (72.27% from 255) = 58.97%
R=31.09%
G=9.94%
B=58.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97311840.470.8300.28265.8871.1642.16
Hex611FB82F5301C10a472a
Octal141372705712303441210752
Binary1100001111111011100010111110100110111001000010101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,184); }

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

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

 a { background-color: rgb(97,31,184); }

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

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

 span { border-color: rgb(97,31,184); }

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