#6A0CBC

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

Shades of Purple Heart #6A0CBC

Tints of Purple Heart #6A0CBC

Color information

#6A0CBC (or 0x6A0CBC) is unknown color: approx Purple Heart. HEX triplet: 6A, 0C and BC. RGB value is (106,12,188). Sum of RGB (Red+Green+Blue) = 106+12+188=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A0CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CBC is #95F343. Grayscale: #3B3B3B. Windows color (decimal): -9827140 or 12323946. OLE color: 12323946.

HSL color Cylindrical-coordinate representation of color #6A0CBC: hue angle of 272.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0CBC is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10612188-
CMYK0.440.9400.26
HSL272.05º88%39.22%-
HSV(B)272.05º93.62%73.73%-
XYZ15.156.9648.12-
YUV60.17200.14160.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 12 (5.08% from 255) = 3.92%
BLUE value IS 188 (73.83% from 255) = 61.44%
R=34.64%
G=3.92%
B=61.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal106121880.440.9400.26272.058839.22
Hex6ACBC2C5E01A1105827
Octal152142745413603242013047
Binary110101011001011110010110010111100110101000100001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,12,188); }

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

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

 a { background-color: rgb(106,12,188); }

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

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

 span { border-color: rgb(106,12,188); }

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