#6B1EAE

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

Shades of Purple Heart #6B1EAE

Tints of Purple Heart #6B1EAE

Color information

#6B1EAE (or 0x6B1EAE) is unknown color: approx Purple Heart. HEX triplet: 6B, 1E and AE. RGB value is (107,30,174). Sum of RGB (Red+Green+Blue) = 107+30+174=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 30 (12.11% from 255 or 9.65% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1EAE is #94E151. Grayscale: #444444. Windows color (decimal): -9757010 or 11411051. OLE color: 11411051.

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

Color convert

RGB10730174-
CMYK0.390.8300.32
HSL272.08º70.59%40%-
HSV(B)272.08º82.76%68.24%-
XYZ14.177.1140.67-
YUV69.44187.01154.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.41%
GREEN value IS 30 (12.11% from 255) = 9.65%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=34.41%
G=9.65%
B=55.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107301740.390.8300.32272.0870.5940
Hex6B1EAE27530201104728
Octal153362564712304042010750
Binary11010111111010101110100111101001101000001000100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,174); }

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

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

 a { background-color: rgb(107,30,174); }

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

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

 span { border-color: rgb(107,30,174); }

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