#6F26BD

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

Shades of Purple Heart #6F26BD

Tints of Purple Heart #6F26BD

Color information

#6F26BD (or 0x6F26BD) is unknown color: approx Purple Heart. HEX triplet: 6F, 26 and BD. RGB value is (111,38,189). Sum of RGB (Red+Green+Blue) = 111+38+189=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F26BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F26BD is #90D942. Grayscale: #4C4C4C. Windows color (decimal): -9492803 or 12396143. OLE color: 12396143.

HSL color Cylindrical-coordinate representation of color #6F26BD: hue angle of 269.01º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F26BD is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11138189-
CMYK0.410.8000.26
HSL269.01º66.52%44.51%-
HSV(B)269.01º79.89%74.12%-
XYZ16.438.4448.91-
YUV77.04191.18152.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=32.84%
G=11.24%
B=55.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111381890.410.8000.26269.0166.5244.51
Hex6F26BD295001A10d432d
Octal157462755112003241510355
Binary11011111001101011110110100110100000110101000011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F26BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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