#6C44BD

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

Shades of Purple Heart #6C44BD

Tints of Purple Heart #6C44BD

Color information

#6C44BD (or 0x6C44BD) is unknown color: approx Purple Heart. HEX triplet: 6C, 44 and BD. RGB value is (108,68,189). Sum of RGB (Red+Green+Blue) = 108+68+189=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44BD is #93BB42. Grayscale: #5D5D5D. Windows color (decimal): -9681731 or 12403820. OLE color: 12403820.

HSL color Cylindrical-coordinate representation of color #6C44BD: hue angle of 259.83º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C44BD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10868189-
CMYK0.430.6400.26
HSL259.83º47.83%50.39%-
HSV(B)259.83º64.02%74.12%-
XYZ17.441149.35-
YUV93.75181.75138.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.59%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 189 (74.22% from 255) = 51.78%
R=29.59%
G=18.63%
B=51.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108681890.430.6400.26259.8347.8350.39
Hex6C44BD2B4001A1043032
Octal154104275531000324046062
Binary11011001000100101111011010111000000011010100000100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C44BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,68,189); }

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

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

 a { background-color: rgb(108,68,189); }

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

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

 span { border-color: rgb(108,68,189); }

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