#6F27AD

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

Shades of Purple Heart #6F27AD

Tints of Purple Heart #6F27AD

Color information

#6F27AD (or 0x6F27AD) is unknown color: approx Purple Heart. HEX triplet: 6F, 27 and AD. RGB value is (111,39,173). Sum of RGB (Red+Green+Blue) = 111+39+173=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F27AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F27AD is #90D852. Grayscale: #4B4B4B. Windows color (decimal): -9492563 or 11347823. OLE color: 11347823.

HSL color Cylindrical-coordinate representation of color #6F27AD: hue angle of 272.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F27AD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11139173-
CMYK0.360.7700.32
HSL272.24º63.21%41.57%-
HSV(B)272.24º77.46%67.84%-
XYZ14.827.8540.27-
YUV75.8182.85153.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.37%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=34.37%
G=12.07%
B=53.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111391730.360.7700.32272.2463.2141.57
Hex6F27AD244D0201103f2a
Octal15747255441150404207752
Binary11011111001111010110110010010011010100000100010000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,39,173); }

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

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

 a { background-color: rgb(111,39,173); }

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

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

 span { border-color: rgb(111,39,173); }

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