#6A3FC0

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

Shades of Purple Heart #6A3FC0

Tints of Purple Heart #6A3FC0

Color information

#6A3FC0 (or 0x6A3FC0) is unknown color: approx Purple Heart. HEX triplet: 6A, 3F and C0. RGB value is (106,63,192). Sum of RGB (Red+Green+Blue) = 106+63+192=361 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.36% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A3FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3FC0 is #95C03F. Grayscale: #5A5A5A. Windows color (decimal): -9814080 or 12599146. OLE color: 12599146.

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

Color convert

RGB10663192-
CMYK0.450.6700.25
HSL260º50.59%50%-
HSV(B)260º67.19%75.29%-
XYZ17.2410.4250.97-
YUV90.56185.25139.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.36%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=29.36%
G=17.45%
B=53.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106631920.450.6700.2526050.5950
Hex6A3FC02D430191043332
Octal15277300551030314046362
Binary1101010111111110000001011011000011011001100000100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,192); }

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

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

 a { background-color: rgb(106,63,192); }

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

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

 span { border-color: rgb(106,63,192); }

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