#6D3FCB

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

Shades of Purple Heart #6D3FCB

Tints of Purple Heart #6D3FCB

Color information

#6D3FCB (or 0x6D3FCB) is unknown color: approx Purple Heart. HEX triplet: 6D, 3F and CB. RGB value is (109,63,203). Sum of RGB (Red+Green+Blue) = 109+63+203=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D3FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3FCB is #92C034. Grayscale: #5C5C5C. Windows color (decimal): -9617461 or 13320045. OLE color: 13320045.

HSL color Cylindrical-coordinate representation of color #6D3FCB: hue angle of 259.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3FCB is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10963203-
CMYK0.460.6900.20
HSL259.71º57.38%52.16%-
HSV(B)259.71º68.97%79.61%-
XYZ18.8611.1257.65-
YUV92.71190.24139.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 63 (25% from 255) = 16.8%
BLUE value IS 203 (79.69% from 255) = 54.13%
R=29.07%
G=16.8%
B=54.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109632030.460.6900.20259.7157.3852.16
Hex6D3FCB2E450141043934
Octal15577313561050244047164
Binary1101101111111110010111011101000101010100100000100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,63,203); }

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

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

 a { background-color: rgb(109,63,203); }

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

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

 span { border-color: rgb(109,63,203); }

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