#6F2EBE

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

Shades of Purple Heart #6F2EBE

Tints of Purple Heart #6F2EBE

Color information

#6F2EBE (or 0x6F2EBE) is unknown color: approx Purple Heart. HEX triplet: 6F, 2E and BE. RGB value is (111,46,190). Sum of RGB (Red+Green+Blue) = 111+46+190=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2EBE is #90D141. Grayscale: #515151. Windows color (decimal): -9490754 or 12463727. OLE color: 12463727.

HSL color Cylindrical-coordinate representation of color #6F2EBE: hue angle of 267.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F2EBE is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11146190-
CMYK0.420.7600.25
HSL267.08º61.02%46.27%-
HSV(B)267.08º75.79%74.51%-
XYZ16.839.0549.58-
YUV81.85189.03148.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 46 (18.36% from 255) = 13.26%
BLUE value IS 190 (74.61% from 255) = 54.76%
R=31.99%
G=13.26%
B=54.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111461900.420.7600.25267.0861.0246.27
Hex6F2EBE2A4C01910b3d2e
Octal15756276521140314137556
Binary1101111101110101111101010101001100011001100001011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,190); }

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

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

 a { background-color: rgb(111,46,190); }

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

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

 span { border-color: rgb(111,46,190); }

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