#6004BE

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

Shades of Purple Heart #6004BE

Tints of Purple Heart #6004BE

Color information

#6004BE (or 0x6004BE) is unknown color: approx Purple Heart. HEX triplet: 60, 04 and BE. RGB value is (96,4,190). Sum of RGB (Red+Green+Blue) = 96+4+190=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #6004BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6004BE is #9FFB41. Grayscale: #343434. Windows color (decimal): -10484546 or 12452960. OLE color: 12452960.

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

Color convert

RGB964190-
CMYK0.490.9800.25
HSL269.68º95.88%38.04%-
HSV(B)269.68º97.89%74.51%-
XYZ14.166.2949.18-
YUV52.71205.48158.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=33.10%
G=1.38%
B=65.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9641900.490.9800.25269.6895.8838.04
Hex604BE316201910e6026
Octal14042766114203141614046
Binary11000001001011111011000111000100110011000011101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6004BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6004BE; }

 p { color: rgb(96,4,190); }

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

<style>
 a { background-color: #6004BE; }

 a { background-color: rgb(96,4,190); }

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

<style>
 span { border-color: #6004BE; }

 span { border-color: rgb(96,4,190); }

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