#6007BA

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

Shades of Purple Heart #6007BA

Tints of Purple Heart #6007BA

Color information

#6007BA (or 0x6007BA) is unknown color: approx Purple Heart. HEX triplet: 60, 07 and BA. RGB value is (96,7,186). Sum of RGB (Red+Green+Blue) = 96+7+186=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6007BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007BA is #9FF845. Grayscale: #353535. Windows color (decimal): -10483782 or 12191584. OLE color: 12191584.

HSL color Cylindrical-coordinate representation of color #6007BA: hue angle of 269.83º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6007BA is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB967186-
CMYK0.480.9600.27
HSL269.83º92.75%37.84%-
HSV(B)269.83º96.24%72.94%-
XYZ13.766.1846.92-
YUV54.02202.49157.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 7 (3.12% from 255) = 2.42%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=33.22%
G=2.42%
B=64.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal9671860.480.9600.27269.8392.7537.84
Hex607BA306001B10e5d26
Octal14072726014003341613546
Binary11000001111011101011000011000000110111000011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6007BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6007BA; }

 p { color: rgb(96,7,186); }

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

<style>
 a { background-color: #6007BA; }

 a { background-color: rgb(96,7,186); }

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

<style>
 span { border-color: #6007BA; }

 span { border-color: rgb(96,7,186); }

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