#6B1CAC

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

Shades of Purple Heart #6B1CAC

Tints of Purple Heart #6B1CAC

Color information

#6B1CAC (or 0x6B1CAC) is unknown color: approx Purple Heart. HEX triplet: 6B, 1C and AC. RGB value is (107,28,172). Sum of RGB (Red+Green+Blue) = 107+28+172=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1CAC is #94E353. Grayscale: #434343. Windows color (decimal): -9757524 or 11279467. OLE color: 11279467.

HSL color Cylindrical-coordinate representation of color #6B1CAC: hue angle of 272.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B1CAC is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10728172-
CMYK0.380.8400.33
HSL272.92º72%39.22%-
HSV(B)272.92º83.72%67.45%-
XYZ13.936.9339.63-
YUV68.04186.67155.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 28 (11.33% from 255) = 9.12%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=34.85%
G=9.12%
B=56.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107281720.380.8400.33272.927239.22
Hex6B1CAC26540211114827
Octal153342544612404142111047
Binary11010111110010101100100110101010001000011000100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,28,172); }

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

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

 a { background-color: rgb(107,28,172); }

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

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

 span { border-color: rgb(107,28,172); }

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