#6B05AC

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

Shades of Purple Heart #6B05AC

Tints of Purple Heart #6B05AC

Color information

#6B05AC (or 0x6B05AC) is unknown color: approx Purple Heart. HEX triplet: 6B, 05 and AC. RGB value is (107,5,172). Sum of RGB (Red+Green+Blue) = 107+5+172=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B05AC is #94FA53. Grayscale: #353535. Windows color (decimal): -9763412 or 11273579. OLE color: 11273579.

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

Color convert

RGB1075172-
CMYK0.380.9700.33
HSL276.65º94.35%34.71%-
HSV(B)276.65º97.09%67.45%-
XYZ13.566.2139.51-
YUV54.54194.29165.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=37.68%
G=1.76%
B=60.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10751720.380.9700.33276.6594.3534.71
Hex6B5AC26610211155e23
Octal15352544614104142513643
Binary110101110110101100100110110000101000011000101011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B05AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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