#6945BD

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

Shades of Purple Heart #6945BD

Tints of Purple Heart #6945BD

Color information

#6945BD (or 0x6945BD) is unknown color: approx Purple Heart. HEX triplet: 69, 45 and BD. RGB value is (105,69,189). Sum of RGB (Red+Green+Blue) = 105+69+189=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #6945BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6945BD is #96BA42. Grayscale: #5D5D5D. Windows color (decimal): -9878083 or 12404073. OLE color: 12404073.

HSL color Cylindrical-coordinate representation of color #6945BD: hue angle of 258º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6945BD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10569189-
CMYK0.440.6300.26
HSL258º47.62%50.59%-
HSV(B)258º63.49%74.12%-
XYZ17.1410.9349.35-
YUV93.44181.93136.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=28.93%
G=19.01%
B=52.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105691890.440.6300.2625847.6250.59
Hex6945BD2C3F01A1023033
Octal15110527554770324026063
Binary1101001100010110111101101100111111011010100000010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6945BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6945BD; }

 p { color: rgb(105,69,189); }

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

<style>
 a { background-color: #6945BD; }

 a { background-color: rgb(105,69,189); }

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

<style>
 span { border-color: #6945BD; }

 span { border-color: rgb(105,69,189); }

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