#6926BA

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

Shades of Purple Heart #6926BA

Tints of Purple Heart #6926BA

Color information

#6926BA (or 0x6926BA) is unknown color: approx Purple Heart. HEX triplet: 69, 26 and BA. RGB value is (105,38,186). Sum of RGB (Red+Green+Blue) = 105+38+186=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #6926BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6926BA is #96D945. Grayscale: #4A4A4A. Windows color (decimal): -9886022 or 12199529. OLE color: 12199529.

HSL color Cylindrical-coordinate representation of color #6926BA: hue angle of 267.16º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6926BA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10538186-
CMYK0.440.8000.27
HSL267.16º66.07%43.92%-
HSV(B)267.16º79.57%72.94%-
XYZ15.387.9347.18-
YUV74.9190.7149.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 38 (15.23% from 255) = 11.55%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=31.91%
G=11.55%
B=56.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal105381860.440.8000.27267.1666.0743.92
Hex6926BA2C5001B10b422c
Octal151462725412003341310254
Binary11010011001101011101010110010100000110111000010111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6926BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6926BA; }

 p { color: rgb(105,38,186); }

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

<style>
 a { background-color: #6926BA; }

 a { background-color: rgb(105,38,186); }

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

<style>
 span { border-color: #6926BA; }

 span { border-color: rgb(105,38,186); }

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