#6F31BE

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

Shades of Purple Heart #6F31BE

Tints of Purple Heart #6F31BE

Color information

#6F31BE (or 0x6F31BE) is unknown color: approx Purple Heart. HEX triplet: 6F, 31 and BE. RGB value is (111,49,190). Sum of RGB (Red+Green+Blue) = 111+49+190=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F31BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31BE is #90CE41. Grayscale: #535353. Windows color (decimal): -9489986 or 12464495. OLE color: 12464495.

HSL color Cylindrical-coordinate representation of color #6F31BE: hue angle of 266.38º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F31BE is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11149190-
CMYK0.420.7400.25
HSL266.38º59%46.86%-
HSV(B)266.38º74.21%74.51%-
XYZ16.959.2949.62-
YUV83.61188.04147.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=31.71%
G=14%
B=54.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111491900.420.7400.25266.385946.86
Hex6F31BE2A4A01910a3b2f
Octal15761276521120314127357
Binary1101111110001101111101010101001010011001100001010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,190); }

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

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

 a { background-color: rgb(111,49,190); }

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

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

 span { border-color: rgb(111,49,190); }

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