#6D2AD2

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

Shades of Purple Heart #6D2AD2

Tints of Purple Heart #6D2AD2

Color information

#6D2AD2 (or 0x6D2AD2) is unknown color: approx Purple Heart. HEX triplet: 6D, 2A and D2. RGB value is (109,42,210). Sum of RGB (Red+Green+Blue) = 109+42+210=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #6D2AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2AD2 is #92D52D. Grayscale: #505050. Windows color (decimal): -9622830 or 13773421. OLE color: 13773421.

HSL color Cylindrical-coordinate representation of color #6D2AD2: hue angle of 263.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D2AD2 is Cyan = 0.48, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10942210-
CMYK0.480.800.18
HSL263.93º66.67%49.41%-
HSV(B)263.93º80%82.35%-
XYZ18.779.5661.83-
YUV81.18200.7147.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 210 (82.42% from 255) = 58.17%
R=30.19%
G=11.63%
B=58.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal109422100.480.800.18263.9366.6749.41
Hex6D2AD230500121084331
Octal155523226012002241010361
Binary11011011010101101001011000010100000100101000010001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,42,210); }

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

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

 a { background-color: rgb(109,42,210); }

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

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

 span { border-color: rgb(109,42,210); }

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