#6B44BD

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

Shades of Purple Heart #6B44BD

Tints of Purple Heart #6B44BD

Color information

#6B44BD (or 0x6B44BD) is unknown color: approx Purple Heart. HEX triplet: 6B, 44 and BD. RGB value is (107,68,189). Sum of RGB (Red+Green+Blue) = 107+68+189=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B44BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44BD is #94BB42. Grayscale: #5D5D5D. Windows color (decimal): -9747267 or 12403819. OLE color: 12403819.

HSL color Cylindrical-coordinate representation of color #6B44BD: hue angle of 259.34º 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 #6B44BD is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10768189-
CMYK0.430.6400.26
HSL259.34º47.83%50.39%-
HSV(B)259.34º64.02%74.12%-
XYZ17.3210.9349.34-
YUV93.45181.92137.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=29.40%
G=18.68%
B=51.92%

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
Decimal107681890.430.6400.26259.3447.8350.39
Hex6B44BD2B4001A1033032
Octal153104275531000324036062
Binary11010111000100101111011010111000000011010100000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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