#6B3BBF

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

Shades of Purple Heart #6B3BBF

Tints of Purple Heart #6B3BBF

Color information

#6B3BBF (or 0x6B3BBF) is unknown color: approx Purple Heart. HEX triplet: 6B, 3B and BF. RGB value is (107,59,191). Sum of RGB (Red+Green+Blue) = 107+59+191=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B3BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BBF is #94C440. Grayscale: #575757. Windows color (decimal): -9749569 or 12532587. OLE color: 12532587.

HSL color Cylindrical-coordinate representation of color #6B3BBF: hue angle of 261.82º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B3BBF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10759191-
CMYK0.440.6900.25
HSL261.82º52.8%49.02%-
HSV(B)261.82º69.11%74.9%-
XYZ17.0310.0250.33-
YUV88.4185.9141.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.97%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 191 (75% from 255) = 53.50%
R=29.97%
G=16.53%
B=53.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107591910.440.6900.25261.8252.849.02
Hex6B3BBF2C450191063531
Octal15373277541050314066561
Binary1101011111011101111111011001000101011001100000110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,59,191); }

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

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

 a { background-color: rgb(107,59,191); }

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

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

 span { border-color: rgb(107,59,191); }

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