#6700BA

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

Shades of Purple Heart #6700BA

Tints of Purple Heart #6700BA

Color information

#6700BA (or 0x6700BA) is unknown color: approx Purple Heart. HEX triplet: 67, 00 and BA. RGB value is (103,0,186). Sum of RGB (Red+Green+Blue) = 103+0+186=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 0 (0.39% from 255 or 0% 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 #6700BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6700BA is #98FF45. Grayscale: #333333. Windows color (decimal): -10026822 or 12189799. OLE color: 12189799.

HSL color Cylindrical-coordinate representation of color #6700BA: hue angle of 273.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6700BA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1030186-
CMYK0.45100.27
HSL273.23º100%36.47%-
HSV(B)273.23º100%72.94%-
XYZ14.466.4346.93-
YUV52203.62164.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 64.36%
R=35.64%
G=0%
B=64.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10301860.45100.27273.2310036.47
Hex670BA2D6401B1116424
Octal14702725514403342114444
Binary110011101011101010110111001000110111000100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6700BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,0,186); }

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

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

 a { background-color: rgb(103,0,186); }

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

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

 span { border-color: rgb(103,0,186); }

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