#6306AC

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

Shades of Purple Heart #6306AC

Tints of Purple Heart #6306AC

Color information

#6306AC (or 0x6306AC) is unknown color: approx Purple Heart. HEX triplet: 63, 06 and AC. RGB value is (99,6,172). Sum of RGB (Red+Green+Blue) = 99+6+172=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #6306AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6306AC is #9CF953. Grayscale: #343434. Windows color (decimal): -10287444 or 11273827. OLE color: 11273827.

HSL color Cylindrical-coordinate representation of color #6306AC: hue angle of 273.61º degrees, saturation: 0.93, 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 #6306AC is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB996172-
CMYK0.420.9700.33
HSL273.61º93.26%34.9%-
HSV(B)273.61º96.51%67.45%-
XYZ12.665.7639.47-
YUV52.73195.31161-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 172 (67.58% from 255) = 62.09%
R=35.74%
G=2.17%
B=62.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9961720.420.9700.33273.6193.2634.9
Hex636AC2A610211125d23
Octal14362545214104142213543
Binary110001111010101100101010110000101000011000100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6306AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6306AC; }

 p { color: rgb(99,6,172); }

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

<style>
 a { background-color: #6306AC; }

 a { background-color: rgb(99,6,172); }

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

<style>
 span { border-color: #6306AC; }

 span { border-color: rgb(99,6,172); }

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