#6B1FAD

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

Shades of Purple Heart #6B1FAD

Tints of Purple Heart #6B1FAD

Color information

#6B1FAD (or 0x6B1FAD) is unknown color: approx Purple Heart. HEX triplet: 6B, 1F and AD. RGB value is (107,31,173). Sum of RGB (Red+Green+Blue) = 107+31+173=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1FAD is #94E052. Grayscale: #454545. Windows color (decimal): -9756755 or 11345771. OLE color: 11345771.

HSL color Cylindrical-coordinate representation of color #6B1FAD: hue angle of 272.11º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1FAD is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10731173-
CMYK0.380.8200.32
HSL272.11º69.61%40%-
HSV(B)272.11º82.08%67.84%-
XYZ14.17.1240.17-
YUV69.91186.18154.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 31 (12.5% from 255) = 9.97%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=34.41%
G=9.97%
B=55.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107311730.380.8200.32272.1169.6140
Hex6B1FAD26520201104628
Octal153372554612204042010650
Binary11010111111110101101100110101001001000001000100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,31,173); }

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

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

 a { background-color: rgb(107,31,173); }

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

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

 span { border-color: rgb(107,31,173); }

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