#6A0CBF

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

Shades of Purple Heart #6A0CBF

Tints of Purple Heart #6A0CBF

Color information

#6A0CBF (or 0x6A0CBF) is unknown color: approx Purple Heart. HEX triplet: 6A, 0C and BF. RGB value is (106,12,191). Sum of RGB (Red+Green+Blue) = 106+12+191=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CBF is #95F340. Grayscale: #3B3B3B. Windows color (decimal): -9827137 or 12520554. OLE color: 12520554.

HSL color Cylindrical-coordinate representation of color #6A0CBF: hue angle of 271.51º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0CBF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10612191-
CMYK0.450.9400.25
HSL271.51º88.18%39.8%-
HSV(B)271.51º93.72%74.9%-
XYZ15.487.0949.84-
YUV60.51201.64160.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 12 (5.08% from 255) = 3.88%
BLUE value IS 191 (75% from 255) = 61.81%
R=34.30%
G=3.88%
B=61.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106121910.450.9400.25271.5188.1839.8
Hex6ACBF2D5E0191105828
Octal152142775513603142013050
Binary110101011001011111110110110111100110011000100001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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