#6925BA

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

Shades of Purple Heart #6925BA

Tints of Purple Heart #6925BA

Color information

#6925BA (or 0x6925BA) is unknown color: approx Purple Heart. HEX triplet: 69, 25 and BA. RGB value is (105,37,186). Sum of RGB (Red+Green+Blue) = 105+37+186=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #6925BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6925BA is #96DA45. Grayscale: #494949. Windows color (decimal): -9886278 or 12199273. OLE color: 12199273.

HSL color Cylindrical-coordinate representation of color #6925BA: hue angle of 267.38º degrees, saturation: 0.67, 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 #6925BA is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10537186-
CMYK0.440.8000.27
HSL267.38º66.82%43.73%-
HSV(B)267.38º80.11%72.94%-
XYZ15.357.8747.16-
YUV74.32191.03149.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 37 (14.84% from 255) = 11.28%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=32.01%
G=11.28%
B=56.71%

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
Decimal105371860.440.8000.27267.3866.8243.73
Hex6925BA2C5001B10b432c
Octal151452725412003341310354
Binary11010011001011011101010110010100000110111000010111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6925BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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