#6922B9

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

Shades of Purple Heart #6922B9

Tints of Purple Heart #6922B9

Color information

#6922B9 (or 0x6922B9) is unknown color: approx Purple Heart. HEX triplet: 69, 22 and B9. RGB value is (105,34,185). Sum of RGB (Red+Green+Blue) = 105+34+185=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #6922B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6922B9 is #96DD46. Grayscale: #474747. Windows color (decimal): -9887047 or 12132969. OLE color: 12132969.

HSL color Cylindrical-coordinate representation of color #6922B9: hue angle of 268.21º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6922B9 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10534185-
CMYK0.430.8200.27
HSL268.21º68.95%42.94%-
HSV(B)268.21º81.62%72.55%-
XYZ15.157.6546.58-
YUV72.44191.52151.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 34 (13.67% from 255) = 10.49%
BLUE value IS 185 (72.66% from 255) = 57.10%
R=32.41%
G=10.49%
B=57.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105341850.430.8200.27268.2168.9542.94
Hex6922B92B5201B10c452b
Octal151422715312203341410553
Binary11010011000101011100110101110100100110111000011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6922B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6922B9; }

 p { color: rgb(105,34,185); }

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

<style>
 a { background-color: #6922B9; }

 a { background-color: rgb(105,34,185); }

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

<style>
 span { border-color: #6922B9; }

 span { border-color: rgb(105,34,185); }

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