#6D23CA

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

Shades of Purple Heart #6D23CA

Tints of Purple Heart #6D23CA

Color information

#6D23CA (or 0x6D23CA) is unknown color: approx Purple Heart. HEX triplet: 6D, 23 and CA. RGB value is (109,35,202). Sum of RGB (Red+Green+Blue) = 109+35+202=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D23CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D23CA is #92DC35. Grayscale: #4B4B4B. Windows color (decimal): -9624630 or 13247341. OLE color: 13247341.

HSL color Cylindrical-coordinate representation of color #6D23CA: hue angle of 266.59º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D23CA is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10935202-
CMYK0.460.8300.21
HSL266.59º70.46%46.47%-
HSV(B)266.59º82.67%79.22%-
XYZ17.578.7256.63-
YUV76.16199.02151.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 35 (14.06% from 255) = 10.12%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=31.50%
G=10.12%
B=58.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109352020.460.8300.21266.5970.4646.47
Hex6D23CA2E5301510b462e
Octal155433125612302541310656
Binary11011011000111100101010111010100110101011000010111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D23CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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