#6106AF

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

Shades of Purple Heart #6106AF

Tints of Purple Heart #6106AF

Color information

#6106AF (or 0x6106AF) is unknown color: approx Purple Heart. HEX triplet: 61, 06 and AF. RGB value is (97,6,175). Sum of RGB (Red+Green+Blue) = 97+6+175=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #6106AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6106AF is #9EF950. Grayscale: #333333. Windows color (decimal): -10418513 or 11470433. OLE color: 11470433.

HSL color Cylindrical-coordinate representation of color #6106AF: hue angle of 272.31º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6106AF is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB976175-
CMYK0.450.9700.31
HSL272.31º93.37%35.49%-
HSV(B)272.31º96.57%68.63%-
XYZ12.735.7741-
YUV52.47197.15159.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 175 (68.75% from 255) = 62.95%
R=34.89%
G=2.16%
B=62.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9761750.450.9700.31272.3193.3735.49
Hex616AF2D6101F1105d23
Octal14162575514103742013543
Binary11000011101010111110110111000010111111000100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6106AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,6,175); }

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

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

 a { background-color: rgb(97,6,175); }

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

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

 span { border-color: rgb(97,6,175); }

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