#6F3EBE

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

Shades of Purple Heart #6F3EBE

Tints of Purple Heart #6F3EBE

Color information

#6F3EBE (or 0x6F3EBE) is unknown color: approx Purple Heart. HEX triplet: 6F, 3E and BE. RGB value is (111,62,190). Sum of RGB (Red+Green+Blue) = 111+62+190=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F3EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3EBE is #90C141. Grayscale: #5A5A5A. Windows color (decimal): -9486658 or 12467823. OLE color: 12467823.

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

Color convert

RGB11162190-
CMYK0.420.6700.25
HSL262.97º50.79%49.41%-
HSV(B)262.97º67.37%74.51%-
XYZ17.5710.5449.82-
YUV91.24183.73142.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.58%
GREEN value IS 62 (24.61% from 255) = 17.08%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=30.58%
G=17.08%
B=52.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111621900.420.6700.25262.9750.7949.41
Hex6F3EBE2A430191073331
Octal15776276521030314076361
Binary1101111111110101111101010101000011011001100000111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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