#611DCD

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

Shades of Purple Heart #611DCD

Tints of Purple Heart #611DCD

Color information

#611DCD (or 0x611DCD) is unknown color: approx Purple Heart. HEX triplet: 61, 1D and CD. RGB value is (97,29,205). Sum of RGB (Red+Green+Blue) = 97+29+205=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #611DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DCD is #9EE232. Grayscale: #444444. Windows color (decimal): -10412595 or 13442401. OLE color: 13442401.

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

Color convert

RGB9729205-
CMYK0.530.8600.20
HSL263.18º75.21%45.88%-
HSV(B)263.18º85.85%80.39%-
XYZ16.397.8358.4-
YUV69.4204.53147.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.31%
GREEN value IS 29 (11.72% from 255) = 8.76%
BLUE value IS 205 (80.47% from 255) = 61.93%
R=29.31%
G=8.76%
B=61.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97292050.530.8600.20263.1875.2145.88
Hex611DCD35560141074b2e
Octal141353156512602440711356
Binary1100001111011100110111010110101100101001000001111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,29,205); }

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

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

 a { background-color: rgb(97,29,205); }

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

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

 span { border-color: rgb(97,29,205); }

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