#6924BF

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

Shades of Purple Heart #6924BF

Tints of Purple Heart #6924BF

Color information

#6924BF (or 0x6924BF) is unknown color: approx Purple Heart. HEX triplet: 69, 24 and BF. RGB value is (105,36,191). Sum of RGB (Red+Green+Blue) = 105+36+191=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #6924BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6924BF is #96DB40. Grayscale: #494949. Windows color (decimal): -9886529 or 12526697. OLE color: 12526697.

HSL color Cylindrical-coordinate representation of color #6924BF: hue angle of 266.71º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6924BF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10536191-
CMYK0.450.8100.25
HSL266.71º68.28%44.51%-
HSV(B)266.71º81.15%74.9%-
XYZ15.868.0350-
YUV74.3193.86149.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 36 (14.45% from 255) = 10.84%
BLUE value IS 191 (75% from 255) = 57.53%
R=31.63%
G=10.84%
B=57.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105361910.450.8100.25266.7168.2844.51
Hex6924BF2D5101910b442d
Octal151442775512103141310455
Binary11010011001001011111110110110100010110011000010111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6924BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6924BF; }

 p { color: rgb(105,36,191); }

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

<style>
 a { background-color: #6924BF; }

 a { background-color: rgb(105,36,191); }

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

<style>
 span { border-color: #6924BF; }

 span { border-color: rgb(105,36,191); }

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