#6712A7

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

Shades of Purple Heart #6712A7

Tints of Purple Heart #6712A7

Color information

#6712A7 (or 0x6712A7) is unknown color: approx Purple Heart. HEX triplet: 67, 12 and A7. RGB value is (103,18,167). Sum of RGB (Red+Green+Blue) = 103+18+167=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 167 (65.62% from 255 or 57.99% from 288); Max value from RGB is 167 - color contains mainly: blue. Hex color #6712A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6712A7 is #98ED58. Grayscale: #3B3B3B. Windows color (decimal): -10022233 or 10949223. OLE color: 10949223.

HSL color Cylindrical-coordinate representation of color #6712A7: hue angle of 274.23º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6712A7 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10318167-
CMYK0.380.8900.35
HSL274.23º80.54%36.27%-
HSV(B)274.23º89.22%65.49%-
XYZ12.786.1137.06-
YUV60.4188.16158.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 18 (7.42% from 255) = 6.25%
BLUE value IS 167 (65.62% from 255) = 57.99%
R=35.76%
G=6.25%
B=57.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103181670.380.8900.35274.2380.5436.27
Hex6712A726590231125124
Octal147222474613104342212144
Binary11001111001010100111100110101100101000111000100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6712A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6712A7; }

 p { color: rgb(103,18,167); }

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

<style>
 a { background-color: #6712A7; }

 a { background-color: rgb(103,18,167); }

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

<style>
 span { border-color: #6712A7; }

 span { border-color: rgb(103,18,167); }

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