#6104BD

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

Shades of Purple Heart #6104BD

Tints of Purple Heart #6104BD

Color information

#6104BD (or 0x6104BD) is unknown color: approx Purple Heart. HEX triplet: 61, 04 and BD. RGB value is (97,4,189). Sum of RGB (Red+Green+Blue) = 97+4+189=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #6104BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6104BD is #9EFB42. Grayscale: #343434. Windows color (decimal): -10419011 or 12387425. OLE color: 12387425.

HSL color Cylindrical-coordinate representation of color #6104BD: hue angle of 270.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6104BD is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB974189-
CMYK0.490.9800.26
HSL270.16º95.85%37.84%-
HSV(B)270.16º97.88%74.12%-
XYZ14.166.348.61-
YUV52.9204.81159.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 189 (74.22% from 255) = 65.17%
R=33.45%
G=1.38%
B=65.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9741890.490.9800.26270.1695.8537.84
Hex614BD316201A10e6026
Octal14142756114203241614046
Binary11000011001011110111000111000100110101000011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6104BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6104BD; }

 p { color: rgb(97,4,189); }

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

<style>
 a { background-color: #6104BD; }

 a { background-color: rgb(97,4,189); }

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

<style>
 span { border-color: #6104BD; }

 span { border-color: rgb(97,4,189); }

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