#6D33CA

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

Shades of Purple Heart #6D33CA

Tints of Purple Heart #6D33CA

Color information

#6D33CA (or 0x6D33CA) is unknown color: approx Purple Heart. HEX triplet: 6D, 33 and CA. RGB value is (109,51,202). Sum of RGB (Red+Green+Blue) = 109+51+202=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D33CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D33CA is #92CC35. Grayscale: #555555. Windows color (decimal): -9620534 or 13251437. OLE color: 13251437.

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

Color convert

RGB10951202-
CMYK0.460.7500.21
HSL263.05º59.68%49.61%-
HSV(B)263.05º74.75%79.22%-
XYZ18.159.8856.83-
YUV85.56193.72144.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.11%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=30.11%
G=14.09%
B=55.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109512020.460.7500.21263.0559.6849.61
Hex6D33CA2E4B0151073c32
Octal15563312561130254077462
Binary1101101110011110010101011101001011010101100000111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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