#6D27DA

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

Shades of Purple Heart #6D27DA

Tints of Purple Heart #6D27DA

Color information

#6D27DA (or 0x6D27DA) is unknown color: approx Purple Heart. HEX triplet: 6D, 27 and DA. RGB value is (109,39,218). Sum of RGB (Red+Green+Blue) = 109+39+218=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D27DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D27DA is #92D825. Grayscale: #4F4F4F. Windows color (decimal): -9623590 or 14296941. OLE color: 14296941.

HSL color Cylindrical-coordinate representation of color #6D27DA: hue angle of 263.46º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D27DA is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10939218-
CMYK0.50.8200.15
HSL263.46º70.75%50.39%-
HSV(B)263.46º82.11%85.49%-
XYZ19.699.7667.18-
YUV80.34205.69148.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.78%
GREEN value IS 39 (15.62% from 255) = 10.66%
BLUE value IS 218 (85.55% from 255) = 59.56%
R=29.78%
G=10.66%
B=59.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109392180.50.8200.15263.4670.7550.39
Hex6D27DA32520F1074732
Octal155473326212201740710762
Binary1101101100111110110101100101010010011111000001111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D27DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,39,218); }

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

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

 a { background-color: rgb(109,39,218); }

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

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

 span { border-color: rgb(109,39,218); }

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