#6B3EBF

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

Shades of Purple Heart #6B3EBF

Tints of Purple Heart #6B3EBF

Color information

#6B3EBF (or 0x6B3EBF) is unknown color: approx Purple Heart. HEX triplet: 6B, 3E and BF. RGB value is (107,62,191). Sum of RGB (Red+Green+Blue) = 107+62+191=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3EBF is #94C140. Grayscale: #595959. Windows color (decimal): -9748801 or 12533355. OLE color: 12533355.

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

Color convert

RGB10762191-
CMYK0.440.6800.25
HSL260.93º50.99%49.61%-
HSV(B)260.93º67.54%74.9%-
XYZ17.1910.3350.38-
YUV90.16184.91140.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 191 (75% from 255) = 53.06%
R=29.72%
G=17.22%
B=53.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107621910.440.6800.25260.9350.9949.61
Hex6B3EBF2C440191053332
Octal15376277541040314056362
Binary1101011111110101111111011001000100011001100000101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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