#6F33BD

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

Shades of Purple Heart #6F33BD

Tints of Purple Heart #6F33BD

Color information

#6F33BD (or 0x6F33BD) is unknown color: approx Purple Heart. HEX triplet: 6F, 33 and BD. RGB value is (111,51,189). Sum of RGB (Red+Green+Blue) = 111+51+189=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F33BD is #90CC42. Grayscale: #545454. Windows color (decimal): -9489475 or 12399471. OLE color: 12399471.

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

Color convert

RGB11151189-
CMYK0.410.7300.26
HSL266.09º57.5%47.06%-
HSV(B)266.09º73.02%74.12%-
XYZ16.929.4249.07-
YUV84.67186.88146.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 189 (74.22% from 255) = 53.85%
R=31.62%
G=14.53%
B=53.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111511890.410.7300.26266.0957.547.06
Hex6F33BD294901A10a3a2f
Octal15763275511110324127257
Binary1101111110011101111011010011001001011010100001010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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