#6F31C1

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

Shades of Purple Heart #6F31C1

Tints of Purple Heart #6F31C1

Color information

#6F31C1 (or 0x6F31C1) is unknown color: approx Purple Heart. HEX triplet: 6F, 31 and C1. RGB value is (111,49,193). Sum of RGB (Red+Green+Blue) = 111+49+193=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #6F31C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31C1 is #90CE3E. Grayscale: #535353. Windows color (decimal): -9489983 or 12661103. OLE color: 12661103.

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

Color convert

RGB11149193-
CMYK0.420.7500.24
HSL265.83º59.5%47.45%-
HSV(B)265.83º74.61%75.69%-
XYZ17.289.4351.36-
YUV83.95189.54147.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=31.44%
G=13.88%
B=54.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal111491930.420.7500.24265.8359.547.45
Hex6F31C12A4B01810a3c2f
Octal15761301521130304127457
Binary1101111110001110000011010101001011011000100001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F31C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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