#6C2FB3

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

Shades of Purple Heart #6C2FB3

Tints of Purple Heart #6C2FB3

Color information

#6C2FB3 (or 0x6C2FB3) is unknown color: approx Purple Heart. HEX triplet: 6C, 2F and B3. RGB value is (108,47,179). Sum of RGB (Red+Green+Blue) = 108+47+179=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C2FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2FB3 is #93D04C. Grayscale: #4F4F4F. Windows color (decimal): -9687117 or 11743084. OLE color: 11743084.

HSL color Cylindrical-coordinate representation of color #6C2FB3: hue angle of 267.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2FB3 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10847179-
CMYK0.400.7400.30
HSL267.73º58.41%44.31%-
HSV(B)267.73º73.74%70.2%-
XYZ15.348.4843.48-
YUV80.29183.71147.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=32.34%
G=14.07%
B=53.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal108471790.400.7400.30267.7358.4144.31
Hex6C2FB3284A01E10c3a2c
Octal15457263501120364147254
Binary1101100101111101100111010001001010011110100001100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,47,179); }

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

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

 a { background-color: rgb(108,47,179); }

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

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

 span { border-color: rgb(108,47,179); }

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