#6C43BE

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

Shades of Purple Heart #6C43BE

Tints of Purple Heart #6C43BE

Color information

#6C43BE (or 0x6C43BE) is unknown color: approx Purple Heart. HEX triplet: 6C, 43 and BE. RGB value is (108,67,190). Sum of RGB (Red+Green+Blue) = 108+67+190=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C43BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C43BE is #93BC41. Grayscale: #5C5C5C. Windows color (decimal): -9681986 or 12469100. OLE color: 12469100.

HSL color Cylindrical-coordinate representation of color #6C43BE: hue angle of 260º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C43BE is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10867190-
CMYK0.430.6500.25
HSL260º48.62%50.39%-
HSV(B)260º64.74%74.51%-
XYZ17.4910.9249.9-
YUV93.28182.58138.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 67 (26.56% from 255) = 18.36%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=29.59%
G=18.36%
B=52.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108671900.430.6500.2526048.6250.39
Hex6C43BE2B410191043132
Octal154103276531010314046162
Binary11011001000011101111101010111000001011001100000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,67,190); }

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

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

 a { background-color: rgb(108,67,190); }

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

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

 span { border-color: rgb(108,67,190); }

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