#6B1BAE

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

Shades of Purple Heart #6B1BAE

Tints of Purple Heart #6B1BAE

Color information

#6B1BAE (or 0x6B1BAE) is unknown color: approx Purple Heart. HEX triplet: 6B, 1B and AE. RGB value is (107,27,174). Sum of RGB (Red+Green+Blue) = 107+27+174=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1BAE is #94E451. Grayscale: #434343. Windows color (decimal): -9757778 or 11410283. OLE color: 11410283.

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

Color convert

RGB10727174-
CMYK0.390.8400.32
HSL272.65º73.13%39.41%-
HSV(B)272.65º84.48%68.24%-
XYZ14.16.9740.65-
YUV67.68188156.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.74%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=34.74%
G=8.77%
B=56.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107271740.390.8400.32272.6573.1339.41
Hex6B1BAE27540201114927
Octal153332564712404042111147
Binary11010111101110101110100111101010001000001000100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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