#610BB7

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

Shades of Purple Heart #610BB7

Tints of Purple Heart #610BB7

Color information

#610BB7 (or 0x610BB7) is unknown color: approx Purple Heart. HEX triplet: 61, 0B and B7. RGB value is (97,11,183). Sum of RGB (Red+Green+Blue) = 97+11+183=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 183 (71.88% from 255 or 62.89% from 291); Max value from RGB is 183 - color contains mainly: blue. Hex color #610BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610BB7 is #9EF448. Grayscale: #373737. Windows color (decimal): -10417225 or 11996001. OLE color: 11996001.

HSL color Cylindrical-coordinate representation of color #610BB7: hue angle of 270º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610BB7 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9711183-
CMYK0.470.9400.28
HSL270º88.66%38.04%-
HSV(B)270º93.99%71.76%-
XYZ13.66.245.28-
YUV56.32199.49157.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 11 (4.69% from 255) = 3.78%
BLUE value IS 183 (71.88% from 255) = 62.89%
R=33.33%
G=3.78%
B=62.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal97111830.470.9400.2827088.6638.04
Hex61BB72F5E01C10e5926
Octal141132675713603441613146
Binary110000110111011011110111110111100111001000011101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610BB7; }

 p { color: rgb(97,11,183); }

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

<style>
 a { background-color: #610BB7; }

 a { background-color: rgb(97,11,183); }

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

<style>
 span { border-color: #610BB7; }

 span { border-color: rgb(97,11,183); }

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