#611FCB

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

Shades of Purple Heart #611FCB

Tints of Purple Heart #611FCB

Color information

#611FCB (or 0x611FCB) is unknown color: approx Purple Heart. HEX triplet: 61, 1F and CB. RGB value is (97,31,203). Sum of RGB (Red+Green+Blue) = 97+31+203=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #611FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FCB is #9EE034. Grayscale: #454545. Windows color (decimal): -10412085 or 13311841. OLE color: 13311841.

HSL color Cylindrical-coordinate representation of color #611FCB: hue angle of 263.02º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611FCB is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9731203-
CMYK0.520.8500.20
HSL263.02º73.5%45.88%-
HSV(B)263.02º84.73%79.61%-
XYZ16.27.8357.16-
YUV70.34202.87147.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 203 (79.69% from 255) = 61.33%
R=29.31%
G=9.37%
B=61.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97312030.520.8500.20263.0273.545.88
Hex611FCB34550141074a2e
Octal141373136412502440711256
Binary1100001111111100101111010010101010101001000001111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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