#6719B4

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

Shades of Purple Heart #6719B4

Tints of Purple Heart #6719B4

Color information

#6719B4 (or 0x6719B4) is unknown color: approx Purple Heart. HEX triplet: 67, 19 and B4. RGB value is (103,25,180). Sum of RGB (Red+Green+Blue) = 103+25+180=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #6719B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6719B4 is #98E64B. Grayscale: #414141. Windows color (decimal): -10020428 or 11802983. OLE color: 11802983.

HSL color Cylindrical-coordinate representation of color #6719B4: hue angle of 270.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6719B4 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10325180-
CMYK0.430.8600.29
HSL270.19º75.61%40.2%-
HSV(B)270.19º86.11%70.59%-
XYZ14.186.8743.76-
YUV65.99192.34154.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 25 (10.16% from 255) = 8.12%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=33.44%
G=8.12%
B=58.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103251800.430.8600.29270.1975.6140.2
Hex6719B42B5601D10e4c28
Octal147312645312603541611450
Binary1100111110011011010010101110101100111011000011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6719B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6719B4; }

 p { color: rgb(103,25,180); }

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

<style>
 a { background-color: #6719B4; }

 a { background-color: rgb(103,25,180); }

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

<style>
 span { border-color: #6719B4; }

 span { border-color: rgb(103,25,180); }

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