#6933BF

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

Shades of Purple Heart #6933BF

Tints of Purple Heart #6933BF

Color information

#6933BF (or 0x6933BF) is unknown color: approx Purple Heart. HEX triplet: 69, 33 and BF. RGB value is (105,51,191). Sum of RGB (Red+Green+Blue) = 105+51+191=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #6933BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933BF is #96CC40. Grayscale: #525252. Windows color (decimal): -9882689 or 12530537. OLE color: 12530537.

HSL color Cylindrical-coordinate representation of color #6933BF: hue angle of 263.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6933BF is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10551191-
CMYK0.450.7300.25
HSL263.14º57.85%47.45%-
HSV(B)263.14º73.3%74.9%-
XYZ16.419.1350.19-
YUV83.11188.89143.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 191 (75% from 255) = 55.04%
R=30.26%
G=14.70%
B=55.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105511910.450.7300.25263.1457.8547.45
Hex6933BF2D490191073a2f
Octal15163277551110314077257
Binary1101001110011101111111011011001001011001100000111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6933BF; }

 p { color: rgb(105,51,191); }

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

<style>
 a { background-color: #6933BF; }

 a { background-color: rgb(105,51,191); }

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

<style>
 span { border-color: #6933BF; }

 span { border-color: rgb(105,51,191); }

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