#6904B3

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

Shades of Purple Heart #6904B3

Tints of Purple Heart #6904B3

Color information

#6904B3 (or 0x6904B3) is unknown color: approx Purple Heart. HEX triplet: 69, 04 and B3. RGB value is (105,4,179). Sum of RGB (Red+Green+Blue) = 105+4+179=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #6904B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904B3 is #96FB4C. Grayscale: #353535. Windows color (decimal): -9894733 or 11732073. OLE color: 11732073.

HSL color Cylindrical-coordinate representation of color #6904B3: hue angle of 274.63º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904B3 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1054179-
CMYK0.410.9800.30
HSL274.63º95.63%35.88%-
HSV(B)274.63º97.77%70.2%-
XYZ14.016.3443.13-
YUV54.15198.46164.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.46%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 179 (70.31% from 255) = 62.15%
R=36.46%
G=1.39%
B=62.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10541790.410.9800.30274.6395.6335.88
Hex694B3296201E1136024
Octal15142635114203642314044
Binary11010011001011001110100111000100111101000100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6904B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6904B3; }

 p { color: rgb(105,4,179); }

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

<style>
 a { background-color: #6904B3; }

 a { background-color: rgb(105,4,179); }

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

<style>
 span { border-color: #6904B3; }

 span { border-color: rgb(105,4,179); }

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