#6A45BF

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

Shades of Purple Heart #6A45BF

Tints of Purple Heart #6A45BF

Color information

#6A45BF (or 0x6A45BF) is unknown color: approx Purple Heart. HEX triplet: 6A, 45 and BF. RGB value is (106,69,191). Sum of RGB (Red+Green+Blue) = 106+69+191=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A45BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A45BF is #95BA40. Grayscale: #5D5D5D. Windows color (decimal): -9812545 or 12535146. OLE color: 12535146.

HSL color Cylindrical-coordinate representation of color #6A45BF: hue angle of 258.2º degrees, saturation: 0.49, 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 #6A45BF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10669191-
CMYK0.450.6400.25
HSL258.2º48.8%50.98%-
HSV(B)258.2º63.87%74.9%-
XYZ17.4811.0850.51-
YUV93.97182.76136.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.96%
GREEN value IS 69 (27.34% from 255) = 18.85%
BLUE value IS 191 (75% from 255) = 52.19%
R=28.96%
G=18.85%
B=52.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106691910.450.6400.25258.248.850.98
Hex6A45BF2D400191023133
Octal152105277551000314026163
Binary11010101000101101111111011011000000011001100000010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A45BF; }

 p { color: rgb(106,69,191); }

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

<style>
 a { background-color: #6A45BF; }

 a { background-color: rgb(106,69,191); }

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

<style>
 span { border-color: #6A45BF; }

 span { border-color: rgb(106,69,191); }

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