#6707AF

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

Shades of Purple Heart #6707AF

Tints of Purple Heart #6707AF

Color information

#6707AF (or 0x6707AF) is unknown color: approx Purple Heart. HEX triplet: 67, 07 and AF. RGB value is (103,7,175). Sum of RGB (Red+Green+Blue) = 103+7+175=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #6707AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6707AF is #98F850. Grayscale: #363636. Windows color (decimal): -10025041 or 11470695. OLE color: 11470695.

HSL color Cylindrical-coordinate representation of color #6707AF: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6707AF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1037175-
CMYK0.410.9600.31
HSL274.29º92.31%35.69%-
HSV(B)274.29º96%68.63%-
XYZ13.416.1341.03-
YUV54.86195.8162.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 175 (68.75% from 255) = 61.40%
R=36.14%
G=2.46%
B=61.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10371750.410.9600.31274.2992.3135.69
Hex677AF296001F1125c24
Octal14772575114003742213444
Binary11001111111010111110100111000000111111000100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6707AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6707AF; }

 p { color: rgb(103,7,175); }

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

<style>
 a { background-color: #6707AF; }

 a { background-color: rgb(103,7,175); }

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

<style>
 span { border-color: #6707AF; }

 span { border-color: rgb(103,7,175); }

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