#610ABF

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

Shades of Purple Heart #610ABF

Tints of Purple Heart #610ABF

Color information

#610ABF (or 0x610ABF) is unknown color: approx Purple Heart. HEX triplet: 61, 0A and BF. RGB value is (97,10,191). Sum of RGB (Red+Green+Blue) = 97+10+191=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 191 (75% from 255 or 64.09% from 298); Max value from RGB is 191 - color contains mainly: blue. Hex color #610ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ABF is #9EF540. Grayscale: #383838. Windows color (decimal): -10417473 or 12520033. OLE color: 12520033.

HSL color Cylindrical-coordinate representation of color #610ABF: hue angle of 268.84º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ABF is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9710191-
CMYK0.490.9500.25
HSL268.84º90.05%39.41%-
HSV(B)268.84º94.76%74.9%-
XYZ14.446.5249.79-
YUV56.65203.82156.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 10 (4.30% from 255) = 3.36%
BLUE value IS 191 (75% from 255) = 64.09%
R=32.55%
G=3.36%
B=64.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97101910.490.9500.25268.8490.0539.41
Hex61ABF315F01910d5a27
Octal141122776113703141513247
Binary110000110101011111111000110111110110011000011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,10,191); }

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

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

 a { background-color: rgb(97,10,191); }

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

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

 span { border-color: rgb(97,10,191); }

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