#6C29B1

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

Shades of Purple Heart #6C29B1

Tints of Purple Heart #6C29B1

Color information

#6C29B1 (or 0x6C29B1) is unknown color: approx Purple Heart. HEX triplet: 6C, 29 and B1. RGB value is (108,41,177). Sum of RGB (Red+Green+Blue) = 108+41+177=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C29B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C29B1 is #93D64E. Grayscale: #4C4C4C. Windows color (decimal): -9688655 or 11610476. OLE color: 11610476.

HSL color Cylindrical-coordinate representation of color #6C29B1: hue angle of 269.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C29B1 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10841177-
CMYK0.390.7700.31
HSL269.56º62.39%42.75%-
HSV(B)269.56º76.84%69.41%-
XYZ14.917.9542.34-
YUV76.54184.7150.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 41 (16.41% from 255) = 12.58%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=33.13%
G=12.58%
B=54.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108411770.390.7700.31269.5662.3942.75
Hex6C29B1274D01F10e3e2b
Octal15451261471150374167653
Binary1101100101001101100011001111001101011111100001110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,177); }

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

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

 a { background-color: rgb(108,41,177); }

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

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

 span { border-color: rgb(108,41,177); }

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