#6F46BD

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

Shades of Purple Heart #6F46BD

Tints of Purple Heart #6F46BD

Color information

#6F46BD (or 0x6F46BD) is unknown color: approx Purple Heart. HEX triplet: 6F, 46 and BD. RGB value is (111,70,189). Sum of RGB (Red+Green+Blue) = 111+70+189=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F46BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F46BD is #90B942. Grayscale: #5F5F5F. Windows color (decimal): -9484611 or 12404335. OLE color: 12404335.

HSL color Cylindrical-coordinate representation of color #6F46BD: hue angle of 260.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F46BD is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11170189-
CMYK0.410.6300.26
HSL260.67º47.41%50.78%-
HSV(B)260.67º62.96%74.12%-
XYZ17.9311.4349.41-
YUV95.82180.58138.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 70 (27.73% from 255) = 18.92%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=30%
G=18.92%
B=51.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111701890.410.6300.26260.6747.4150.78
Hex6F46BD293F01A1052f33
Octal15710627551770324055763
Binary1101111100011010111101101001111111011010100000101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F46BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,189); }

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

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

 a { background-color: rgb(111,70,189); }

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

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

 span { border-color: rgb(111,70,189); }

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