#6b1caa

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

Shades of Purple Heart #6B1CAA

Tints of Purple Heart #6B1CAA

Color information

#6B1CAA (or 0x6B1CAA) is unknown color: approx Purple Heart. HEX triplet: 6B, 1C and AA. RGB value is (107,28,170). Sum of RGB (Red+Green+Blue) = 107+28+170=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1CAA is #94E355. Grayscale: #434343. Windows color (decimal): -9757526 or 11148395. OLE color: 11148395.

HSL color Cylindrical-coordinate representation of color #6B1CAA: hue angle of 273.38º 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 #6B1CAA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10728170-
CMYK0.370.8400.33
HSL273.38º71.72%38.82%-
HSV(B)273.38º83.53%66.67%-
XYZ13.736.8638.63-
YUV67.81185.67155.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.08%
GREEN value IS 28 (11.33% from 255) = 9.18%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=35.08%
G=9.18%
B=55.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107281700.370.8400.33273.3871.7238.82
Hex6B1CAA25540211114827
Octal153342524512404142111047
Binary11010111110010101010100101101010001000011000100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b1caa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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