#6928BD

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

Shades of Purple Heart #6928BD

Tints of Purple Heart #6928BD

Color information

#6928BD (or 0x6928BD) is unknown color: approx Purple Heart. HEX triplet: 69, 28 and BD. RGB value is (105,40,189). Sum of RGB (Red+Green+Blue) = 105+40+189=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #6928BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6928BD is #96D742. Grayscale: #4B4B4B. Windows color (decimal): -9885507 or 12396649. OLE color: 12396649.

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

Color convert

RGB10540189-
CMYK0.440.7900.26
HSL266.17º65.07%44.9%-
HSV(B)266.17º78.84%74.12%-
XYZ15.778.1948.89-
YUV76.42191.53148.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.44%
GREEN value IS 40 (16.02% from 255) = 11.98%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=31.44%
G=11.98%
B=56.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105401890.440.7900.26266.1765.0744.9
Hex6928BD2C4F01A10a412d
Octal151502755411703241210155
Binary11010011010001011110110110010011110110101000010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6928BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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