#6D3FC3

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

Shades of Purple Heart #6D3FC3

Tints of Purple Heart #6D3FC3

Color information

#6D3FC3 (or 0x6D3FC3) is unknown color: approx Purple Heart. HEX triplet: 6D, 3F and C3. RGB value is (109,63,195). Sum of RGB (Red+Green+Blue) = 109+63+195=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D3FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3FC3 is #92C03C. Grayscale: #5B5B5B. Windows color (decimal): -9617469 or 12795757. OLE color: 12795757.

HSL color Cylindrical-coordinate representation of color #6D3FC3: hue angle of 260.91º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3FC3 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10963195-
CMYK0.440.6800.24
HSL260.91º52.38%50.59%-
HSV(B)260.91º67.69%76.47%-
XYZ17.9310.7552.76-
YUV91.8186.24140.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 195 (76.56% from 255) = 53.13%
R=29.70%
G=17.17%
B=53.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109631950.440.6800.24260.9152.3850.59
Hex6D3FC32C440181053433
Octal15577303541040304056463
Binary1101101111111110000111011001000100011000100000101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,195); }

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

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

 a { background-color: rgb(109,63,195); }

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

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

 span { border-color: rgb(109,63,195); }

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