#6B44BE

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

Shades of Purple Heart #6B44BE

Tints of Purple Heart #6B44BE

Color information

#6B44BE (or 0x6B44BE) is unknown color: approx Purple Heart. HEX triplet: 6B, 44 and BE. RGB value is (107,68,190). Sum of RGB (Red+Green+Blue) = 107+68+190=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 68 (26.95% from 255 or 18.63% 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 #6B44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44BE is #94BB41. Grayscale: #5D5D5D. Windows color (decimal): -9747266 or 12469355. OLE color: 12469355.

HSL color Cylindrical-coordinate representation of color #6B44BE: hue angle of 259.18º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B44BE is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10768190-
CMYK0.440.6400.25
HSL259.18º48.41%50.59%-
HSV(B)259.18º64.21%74.51%-
XYZ17.4210.9849.92-
YUV93.57182.42137.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.32%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=29.32%
G=18.63%
B=52.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107681900.440.6400.25259.1848.4150.59
Hex6B44BE2C400191033033
Octal153104276541000314036063
Binary11010111000100101111101011001000000011001100000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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