#6904C6

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

Shades of Purple Heart #6904C6

Tints of Purple Heart #6904C6

Color information

#6904C6 (or 0x6904C6) is unknown color: approx Purple Heart. HEX triplet: 69, 04 and C6. RGB value is (105,4,198). Sum of RGB (Red+Green+Blue) = 105+4+198=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 198 (77.73% from 255 or 64.50% from 307); Max value from RGB is 198 - color contains mainly: blue. Hex color #6904C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6904C6 is #96FB39. Grayscale: #373737. Windows color (decimal): -9894714 or 12977257. OLE color: 12977257.

HSL color Cylindrical-coordinate representation of color #6904C6: hue angle of 271.24º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6904C6 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1054198-
CMYK0.470.9800.22
HSL271.24º96.04%39.61%-
HSV(B)271.24º97.98%77.65%-
XYZ16.067.1753.96-
YUV56.32207.96162.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 198 (77.73% from 255) = 64.50%
R=34.20%
G=1.30%
B=64.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal10541980.470.9800.22271.2496.0439.61
Hex694C62F6201610f6028
Octal15143065714202641714050
Binary11010011001100011010111111000100101101000011111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6904C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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