#6745BE

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

Shades of Purple Heart #6745BE

Tints of Purple Heart #6745BE

Color information

#6745BE (or 0x6745BE) is unknown color: approx Purple Heart. HEX triplet: 67, 45 and BE. RGB value is (103,69,190). Sum of RGB (Red+Green+Blue) = 103+69+190=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #6745BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6745BE is #98BA41. Grayscale: #5C5C5C. Windows color (decimal): -10009154 or 12469607. OLE color: 12469607.

HSL color Cylindrical-coordinate representation of color #6745BE: hue angle of 256.86º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6745BE is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10369190-
CMYK0.460.6400.25
HSL256.86º48.21%50.78%-
HSV(B)256.86º63.68%74.51%-
XYZ17.0210.8649.91-
YUV92.96182.76135.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 69 (27.34% from 255) = 19.06%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=28.45%
G=19.06%
B=52.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103691900.460.6400.25256.8648.2150.78
Hex6745BE2E400191013033
Octal147105276561000314016063
Binary11001111000101101111101011101000000011001100000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6745BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,69,190); }

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

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

 a { background-color: rgb(103,69,190); }

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

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

 span { border-color: rgb(103,69,190); }

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