#6F3DCF

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

Shades of Purple Heart #6F3DCF

Tints of Purple Heart #6F3DCF

Color information

#6F3DCF (or 0x6F3DCF) is unknown color: approx Purple Heart. HEX triplet: 6F, 3D and CF. RGB value is (111,61,207). Sum of RGB (Red+Green+Blue) = 111+61+207=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F3DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3DCF is #90C230. Grayscale: #5C5C5C. Windows color (decimal): -9486897 or 13581679. OLE color: 13581679.

HSL color Cylindrical-coordinate representation of color #6F3DCF: hue angle of 260.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F3DCF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11161207-
CMYK0.460.7100.19
HSL260.55º60.33%52.55%-
HSV(B)260.55º70.53%81.18%-
XYZ19.4911.2260.17-
YUV92.59192.56141.13-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.29%
GREEN value IS 61 (24.22% from 255) = 16.09%
BLUE value IS 207 (81.25% from 255) = 54.62%
R=29.29%
G=16.09%
B=54.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal111612070.460.7100.19260.5560.3352.55
Hex6F3DCF2E470131053c35
Octal15775317561070234057465
Binary1101111111101110011111011101000111010011100000101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,61,207); }

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

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

 a { background-color: rgb(111,61,207); }

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

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

 span { border-color: rgb(111,61,207); }

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