#6F3AC0

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

Shades of Purple Heart #6F3AC0

Tints of Purple Heart #6F3AC0

Color information

#6F3AC0 (or 0x6F3AC0) is unknown color: approx Purple Heart. HEX triplet: 6F, 3A and C0. RGB value is (111,58,192). Sum of RGB (Red+Green+Blue) = 111+58+192=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F3AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3AC0 is #90C53F. Grayscale: #585858. Windows color (decimal): -9487680 or 12597871. OLE color: 12597871.

HSL color Cylindrical-coordinate representation of color #6F3AC0: hue angle of 263.73º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F3AC0 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11158192-
CMYK0.420.7000.25
HSL263.73º53.6%49.02%-
HSV(B)263.73º69.79%75.29%-
XYZ17.5810.2150.91-
YUV89.12186.06143.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.75%
GREEN value IS 58 (23.05% from 255) = 16.07%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=30.75%
G=16.07%
B=53.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111581920.420.7000.25263.7353.649.02
Hex6F3AC02A460191083631
Octal15772300521060314106661
Binary1101111111010110000001010101000110011001100001000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,58,192); }

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

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

 a { background-color: rgb(111,58,192); }

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

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

 span { border-color: rgb(111,58,192); }

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