#6739BA

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

Shades of Purple Heart #6739BA

Tints of Purple Heart #6739BA

Color information

#6739BA (or 0x6739BA) is unknown color: approx Purple Heart. HEX triplet: 67, 39 and BA. RGB value is (103,57,186). Sum of RGB (Red+Green+Blue) = 103+57+186=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #6739BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6739BA is #98C645. Grayscale: #545454. Windows color (decimal): -10012230 or 12204391. OLE color: 12204391.

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

Color convert

RGB10357186-
CMYK0.450.6900.27
HSL261.4º53.09%47.65%-
HSV(B)261.4º69.35%72.94%-
XYZ15.929.3547.42-
YUV85.46184.74140.51-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.77%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=29.77%
G=16.47%
B=53.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal103571860.450.6900.27261.453.0947.65
Hex6739BA2D4501B1053530
Octal14771272551050334056560
Binary1100111111001101110101011011000101011011100000101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6739BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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