#6919C0

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

Shades of Purple Heart #6919C0

Tints of Purple Heart #6919C0

Color information

#6919C0 (or 0x6919C0) is unknown color: approx Purple Heart. HEX triplet: 69, 19 and C0. RGB value is (105,25,192). Sum of RGB (Red+Green+Blue) = 105+25+192=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #6919C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6919C0 is #96E63F. Grayscale: #434343. Windows color (decimal): -9889344 or 12589417. OLE color: 12589417.

HSL color Cylindrical-coordinate representation of color #6919C0: hue angle of 268.74º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6919C0 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10525192-
CMYK0.450.8700.25
HSL268.74º76.96%42.55%-
HSV(B)268.74º86.98%75.29%-
XYZ15.697.550.49-
YUV67.96198154.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 25 (10.16% from 255) = 7.76%
BLUE value IS 192 (75.39% from 255) = 59.63%
R=32.61%
G=7.76%
B=59.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105251920.450.8700.25268.7476.9642.55
Hex6919C02D5701910d4d2b
Octal151313005512703141511553
Binary1101001110011100000010110110101110110011000011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6919C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6919C0; }

 p { color: rgb(105,25,192); }

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

<style>
 a { background-color: #6919C0; }

 a { background-color: rgb(105,25,192); }

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

<style>
 span { border-color: #6919C0; }

 span { border-color: rgb(105,25,192); }

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