#6924b9

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

Shades of Purple Heart #6924B9

Tints of Purple Heart #6924B9

Color information

#6924B9 (or 0x6924B9) is unknown color: approx Purple Heart. HEX triplet: 69, 24 and B9. RGB value is (105,36,185). Sum of RGB (Red+Green+Blue) = 105+36+185=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #6924B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6924B9 is #96DB46. Grayscale: #494949. Windows color (decimal): -9886535 or 12133481. OLE color: 12133481.

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

Color convert

RGB10536185-
CMYK0.430.8100.27
HSL267.79º67.42%43.33%-
HSV(B)267.79º80.54%72.55%-
XYZ15.217.7746.6-
YUV73.62190.86150.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 36 (14.45% from 255) = 11.04%
BLUE value IS 185 (72.66% from 255) = 56.75%
R=32.21%
G=11.04%
B=56.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105361850.430.8100.27267.7967.4243.33
Hex6924B92B5101B10c432b
Octal151442715312103341410353
Binary11010011001001011100110101110100010110111000011001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6924b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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