#6933DF

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

Shades of Purple Heart #6933DF

Tints of Purple Heart #6933DF

Color information

#6933DF (or 0x6933DF) is unknown color: approx Purple Heart. HEX triplet: 69, 33 and DF. RGB value is (105,51,223). Sum of RGB (Red+Green+Blue) = 105+51+223=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6933DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6933DF is #96CC20. Grayscale: #565656. Windows color (decimal): -9882657 or 14627689. OLE color: 14627689.

HSL color Cylindrical-coordinate representation of color #6933DF: hue angle of 258.84º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6933DF is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10551223-
CMYK0.530.7700.13
HSL258.84º72.88%53.73%-
HSV(B)258.84º77.13%87.45%-
XYZ20.3310.770.81-
YUV86.75204.89141.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 51 (20.31% from 255) = 13.46%
BLUE value IS 223 (87.5% from 255) = 58.84%
R=27.70%
G=13.46%
B=58.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105512230.530.7700.13258.8472.8853.73
Hex6933DF354D0D1034936
Octal151633376511501540311166
Binary1101001110011110111111101011001101011011000000111001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6933DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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