#6B2CC1

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

Shades of Purple Heart #6B2CC1

Tints of Purple Heart #6B2CC1

Color information

#6B2CC1 (or 0x6B2CC1) is unknown color: approx Purple Heart. HEX triplet: 6B, 2C and C1. RGB value is (107,44,193). Sum of RGB (Red+Green+Blue) = 107+44+193=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B2CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2CC1 is #94D33E. Grayscale: #4F4F4F. Windows color (decimal): -9753407 or 12659819. OLE color: 12659819.

HSL color Cylindrical-coordinate representation of color #6B2CC1: hue angle of 265.37º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B2CC1 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10744193-
CMYK0.450.7700.24
HSL265.37º62.87%46.47%-
HSV(B)265.37º77.2%75.69%-
XYZ16.598.7851.27-
YUV79.82191.87147.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.10%
GREEN value IS 44 (17.58% from 255) = 12.79%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=31.10%
G=12.79%
B=56.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107441930.450.7700.24265.3762.8746.47
Hex6B2CC12D4D0181093f2e
Octal15354301551150304117756
Binary1101011101100110000011011011001101011000100001001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,44,193); }

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

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

 a { background-color: rgb(107,44,193); }

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

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

 span { border-color: rgb(107,44,193); }

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