#6B2BB1

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

Shades of Purple Heart #6B2BB1

Tints of Purple Heart #6B2BB1

Color information

#6B2BB1 (or 0x6B2BB1) is unknown color: approx Purple Heart. HEX triplet: 6B, 2B and B1. RGB value is (107,43,177). Sum of RGB (Red+Green+Blue) = 107+43+177=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B2BB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2BB1 is #94D44E. Grayscale: #4C4C4C. Windows color (decimal): -9753679 or 11610987. OLE color: 11610987.

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

Color convert

RGB10743177-
CMYK0.400.7600.31
HSL268.66º60.91%43.14%-
HSV(B)268.66º75.71%69.41%-
XYZ14.868.0342.36-
YUV77.41184.2149.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=32.72%
G=13.15%
B=54.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107431770.400.7600.31268.6660.9143.14
Hex6B2BB1284C01F10d3d2b
Octal15353261501140374157553
Binary1101011101011101100011010001001100011111100001101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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