#6f24be

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

Shades of Purple Heart #6F24BE

Tints of Purple Heart #6F24BE

Color information

#6F24BE (or 0x6F24BE) is unknown color: approx Purple Heart. HEX triplet: 6F, 24 and BE. RGB value is (111,36,190). Sum of RGB (Red+Green+Blue) = 111+36+190=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F24BE is #90DB41. Grayscale: #4B4B4B. Windows color (decimal): -9493314 or 12461167. OLE color: 12461167.

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

Color convert

RGB11136190-
CMYK0.420.8100.25
HSL269.22º68.14%44.31%-
HSV(B)269.22º81.05%74.51%-
XYZ16.488.3649.46-
YUV75.98192.35152.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 36 (14.45% from 255) = 10.68%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=32.94%
G=10.68%
B=56.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111361900.420.8100.25269.2268.1444.31
Hex6F24BE2A5101910d442c
Octal157442765212103141510454
Binary11011111001001011111010101010100010110011000011011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f24be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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