#6D23DA

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

Shades of Purple Heart #6D23DA

Tints of Purple Heart #6D23DA

Color information

#6D23DA (or 0x6D23DA) is unknown color: approx Purple Heart. HEX triplet: 6D, 23 and DA. RGB value is (109,35,218). Sum of RGB (Red+Green+Blue) = 109+35+218=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D23DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D23DA is #92DC25. Grayscale: #4D4D4D. Windows color (decimal): -9624614 or 14295917. OLE color: 14295917.

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

Color convert

RGB10935218-
CMYK0.50.8400.15
HSL264.26º72.33%49.61%-
HSV(B)264.26º83.94%85.49%-
XYZ19.569.5267.14-
YUV77.99207.02150.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 35 (14.06% from 255) = 9.67%
BLUE value IS 218 (85.55% from 255) = 60.22%
R=30.11%
G=9.67%
B=60.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109352180.50.8400.15264.2672.3349.61
Hex6D23DA32540F1084832
Octal155433326212401741011062
Binary1101101100011110110101100101010100011111000010001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D23DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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