#6B2BC1

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

Shades of Purple Heart #6B2BC1

Tints of Purple Heart #6B2BC1

Color information

#6B2BC1 (or 0x6B2BC1) is unknown color: approx Purple Heart. HEX triplet: 6B, 2B and C1. RGB value is (107,43,193). Sum of RGB (Red+Green+Blue) = 107+43+193=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #6B2BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B2BC1 is #94D43E. Grayscale: #4E4E4E. Windows color (decimal): -9753663 or 12659563. OLE color: 12659563.

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

Color convert

RGB10743193-
CMYK0.450.7800.24
HSL265.6º63.56%46.27%-
HSV(B)265.6º77.72%75.69%-
XYZ16.558.751.26-
YUV79.24192.2147.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 193 (75.78% from 255) = 56.27%
R=31.20%
G=12.54%
B=56.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal107431930.450.7800.24265.663.5646.27
Hex6B2BC12D4E01810a402e
Octal153533015511603041210056
Binary11010111010111100000110110110011100110001000010101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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