#6F26B1

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

Shades of Purple Heart #6F26B1

Tints of Purple Heart #6F26B1

Color information

#6F26B1 (or 0x6F26B1) is unknown color: approx Purple Heart. HEX triplet: 6F, 26 and B1. RGB value is (111,38,177). Sum of RGB (Red+Green+Blue) = 111+38+177=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F26B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F26B1 is #90D94E. Grayscale: #4B4B4B. Windows color (decimal): -9492815 or 11609711. OLE color: 11609711.

HSL color Cylindrical-coordinate representation of color #6F26B1: hue angle of 271.51º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F26B1 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11138177-
CMYK0.370.7900.31
HSL271.51º64.65%42.16%-
HSV(B)271.51º78.53%69.41%-
XYZ15.187.9442.33-
YUV75.67185.18153.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 177 (69.53% from 255) = 54.29%
R=34.05%
G=11.66%
B=54.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111381770.370.7900.31271.5164.6542.16
Hex6F26B1254F01F110412a
Octal157462614511703742010152
Binary11011111001101011000110010110011110111111000100001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F26B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,38,177); }

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

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

 a { background-color: rgb(111,38,177); }

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

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

 span { border-color: rgb(111,38,177); }

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