#6D07AF

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

Shades of Purple Heart #6D07AF

Tints of Purple Heart #6D07AF

Color information

#6D07AF (or 0x6D07AF) is unknown color: approx Purple Heart. HEX triplet: 6D, 07 and AF. RGB value is (109,7,175). Sum of RGB (Red+Green+Blue) = 109+7+175=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D07AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D07AF is #92F850. Grayscale: #383838. Windows color (decimal): -9631825 or 11470701. OLE color: 11470701.

HSL color Cylindrical-coordinate representation of color #6D07AF: hue angle of 276.43º 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 #6D07AF is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1097175-
CMYK0.380.9600.31
HSL276.43º92.31%35.69%-
HSV(B)276.43º96%68.63%-
XYZ14.126.541.07-
YUV56.65194.79165.34-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=37.46%
G=2.41%
B=60.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10971750.380.9600.31276.4392.3135.69
Hex6D7AF266001F1145c24
Octal15572574614003742413444
Binary11011011111010111110011011000000111111000101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D07AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D07AF; }

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

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

<style>
 a { background-color: #6D07AF; }

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

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

<style>
 span { border-color: #6D07AF; }

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

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