#6F1FBD

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

Shades of Purple Heart #6F1FBD

Tints of Purple Heart #6F1FBD

Color information

#6F1FBD (or 0x6F1FBD) is unknown color: approx Purple Heart. HEX triplet: 6F, 1F and BD. RGB value is (111,31,189). Sum of RGB (Red+Green+Blue) = 111+31+189=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1FBD is #90E042. Grayscale: #484848. Windows color (decimal): -9494595 or 12394351. OLE color: 12394351.

HSL color Cylindrical-coordinate representation of color #6F1FBD: hue angle of 270.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1FBD is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11131189-
CMYK0.410.8400.26
HSL270.38º71.82%43.14%-
HSV(B)270.38º83.6%74.12%-
XYZ16.238.0348.84-
YUV72.93193.5155.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=33.53%
G=9.37%
B=57.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111311890.410.8400.26270.3871.8243.14
Hex6F1FBD295401A10e482b
Octal157372755112403241611053
Binary1101111111111011110110100110101000110101000011101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,31,189); }

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

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

 a { background-color: rgb(111,31,189); }

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

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

 span { border-color: rgb(111,31,189); }

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