#6D3DC0

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

Shades of Purple Heart #6D3DC0

Tints of Purple Heart #6D3DC0

Color information

#6D3DC0 (or 0x6D3DC0) is unknown color: approx Purple Heart. HEX triplet: 6D, 3D and C0. RGB value is (109,61,192). Sum of RGB (Red+Green+Blue) = 109+61+192=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D3DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3DC0 is #92C23F. Grayscale: #595959. Windows color (decimal): -9617984 or 12598637. OLE color: 12598637.

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

Color convert

RGB10961192-
CMYK0.430.6800.25
HSL261.98º51.78%49.61%-
HSV(B)261.98º68.23%75.29%-
XYZ17.4910.3950.95-
YUV90.29185.4141.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 192 (75.39% from 255) = 53.04%
R=30.11%
G=16.85%
B=53.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109611920.430.6800.25261.9851.7849.61
Hex6D3DC02B440191063432
Octal15575300531040314066462
Binary1101101111101110000001010111000100011001100000110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,61,192); }

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

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

 a { background-color: rgb(109,61,192); }

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

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

 span { border-color: rgb(109,61,192); }

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