#6d2faf

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

Shades of Purple Heart #6D2FAF

Tints of Purple Heart #6D2FAF

Color information

#6D2FAF (or 0x6D2FAF) is unknown color: approx Purple Heart. HEX triplet: 6D, 2F and AF. RGB value is (109,47,175). Sum of RGB (Red+Green+Blue) = 109+47+175=331 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.93% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D2FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2FAF is #92D050. Grayscale: #4F4F4F. Windows color (decimal): -9621585 or 11480941. OLE color: 11480941.

HSL color Cylindrical-coordinate representation of color #6D2FAF: hue angle of 269.06º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2FAF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10947175-
CMYK0.380.7300.31
HSL269.06º57.66%43.53%-
HSV(B)269.06º73.14%68.63%-
XYZ15.068.3841.38-
YUV80.13181.54148.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.93%
GREEN value IS 47 (18.75% from 255) = 14.20%
BLUE value IS 175 (68.75% from 255) = 52.87%
R=32.93%
G=14.20%
B=52.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109471750.380.7300.31269.0657.6643.53
Hex6D2FAF264901F10d3a2c
Octal15557257461110374157254
Binary1101101101111101011111001101001001011111100001101111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d2faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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