#6B44C8

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

Shades of Purple Heart #6B44C8

Tints of Purple Heart #6B44C8

Color information

#6B44C8 (or 0x6B44C8) is unknown color: approx Purple Heart. HEX triplet: 6B, 44 and C8. RGB value is (107,68,200). Sum of RGB (Red+Green+Blue) = 107+68+200=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B44C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B44C8 is #94BB37. Grayscale: #5E5E5E. Windows color (decimal): -9747256 or 13124715. OLE color: 13124715.

HSL color Cylindrical-coordinate representation of color #6B44C8: hue angle of 257.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B44C8 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10768200-
CMYK0.460.6600.22
HSL257.73º54.55%52.55%-
HSV(B)257.73º66%78.43%-
XYZ18.5611.4355.87-
YUV94.71187.42136.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 68 (26.95% from 255) = 18.13%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=28.53%
G=18.13%
B=53.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107682000.460.6600.22257.7354.5552.55
Hex6B44C82E420161023735
Octal153104310561020264026765
Binary11010111000100110010001011101000010010110100000010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B44C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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