#6F13C9

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

Shades of Purple Heart #6F13C9

Tints of Purple Heart #6F13C9

Color information

#6F13C9 (or 0x6F13C9) is unknown color: approx Purple Heart. HEX triplet: 6F, 13 and C9. RGB value is (111,19,201). Sum of RGB (Red+Green+Blue) = 111+19+201=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F13C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F13C9 is #90EC36. Grayscale: #424242. Windows color (decimal): -9497655 or 13177711. OLE color: 13177711.

HSL color Cylindrical-coordinate representation of color #6F13C9: hue angle of 270.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F13C9 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11119201-
CMYK0.450.9100.21
HSL270.33º82.73%43.14%-
HSV(B)270.33º90.55%78.82%-
XYZ17.338.0655.9-
YUV67.26203.48159.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.53%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=33.53%
G=5.74%
B=60.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111192010.450.9100.21270.3382.7343.14
Hex6F13C92D5B01510e532b
Octal157233115513302541612353
Binary1101111100111100100110110110110110101011000011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F13C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,19,201); }

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

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

 a { background-color: rgb(111,19,201); }

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

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

 span { border-color: rgb(111,19,201); }

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