#6718b6

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

Shades of Purple Heart #6718B6

Tints of Purple Heart #6718B6

Color information

#6718B6 (or 0x6718B6) is unknown color: approx Purple Heart. HEX triplet: 67, 18 and B6. RGB value is (103,24,182). Sum of RGB (Red+Green+Blue) = 103+24+182=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #6718B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6718B6 is #98E749. Grayscale: #414141. Windows color (decimal): -10020682 or 11933799. OLE color: 11933799.

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

Color convert

RGB10324182-
CMYK0.430.8700.29
HSL270º76.7%40.39%-
HSV(B)270º86.81%71.37%-
XYZ14.366.9144.83-
YUV65.63193.67154.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 182 (71.48% from 255) = 58.90%
R=33.33%
G=7.77%
B=58.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal103241820.430.8700.2927076.740.39
Hex6718B62B5701D10e4d28
Octal147302665312703541611550
Binary1100111110001011011010101110101110111011000011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6718b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6718b6; }

 p { color: rgb(103,24,182); }

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

<style>
 a { background-color: #6718b6; }

 a { background-color: rgb(103,24,182); }

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

<style>
 span { border-color: #6718b6; }

 span { border-color: rgb(103,24,182); }

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