#611BC2

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

Shades of Purple Heart #611BC2

Tints of Purple Heart #611BC2

Color information

#611BC2 (or 0x611BC2) is unknown color: approx Purple Heart. HEX triplet: 61, 1B and C2. RGB value is (97,27,194). Sum of RGB (Red+Green+Blue) = 97+27+194=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #611BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611BC2 is #9EE43D. Grayscale: #424242. Windows color (decimal): -10413118 or 12720993. OLE color: 12720993.

HSL color Cylindrical-coordinate representation of color #611BC2: hue angle of 265.15º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611BC2 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9727194-
CMYK0.500.8600.24
HSL265.15º75.57%43.33%-
HSV(B)265.15º86.08%76.08%-
XYZ15.067.2251.64-
YUV66.97199.69149.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.50%
GREEN value IS 27 (10.94% from 255) = 8.49%
BLUE value IS 194 (76.17% from 255) = 61.01%
R=30.50%
G=8.49%
B=61.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal97271940.500.8600.24265.1575.5743.33
Hex611BC232560181094c2b
Octal141333026212603041111453
Binary1100001110111100001011001010101100110001000010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,27,194); }

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

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

 a { background-color: rgb(97,27,194); }

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

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

 span { border-color: rgb(97,27,194); }

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