#6D33DA

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

Shades of Purple Heart #6D33DA

Tints of Purple Heart #6D33DA

Color information

#6D33DA (or 0x6D33DA) is unknown color: approx Purple Heart. HEX triplet: 6D, 33 and DA. RGB value is (109,51,218). Sum of RGB (Red+Green+Blue) = 109+51+218=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D33DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33DA is #92CC25. Grayscale: #565656. Windows color (decimal): -9620518 or 14300013. OLE color: 14300013.

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

Color convert

RGB10951218-
CMYK0.50.7700.15
HSL260.84º69.29%52.75%-
HSV(B)260.84º76.61%85.49%-
XYZ20.1510.6867.33-
YUV87.38201.72143.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 218 (85.55% from 255) = 57.67%
R=28.84%
G=13.49%
B=57.67%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109512180.50.7700.15260.8469.2952.75
Hex6D33DA324D0F1054535
Octal155633326211501740510565
Binary1101101110011110110101100101001101011111000001011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D33DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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