#6940CE

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

Shades of Purple Heart #6940CE

Tints of Purple Heart #6940CE

Color information

#6940CE (or 0x6940CE) is unknown color: approx Purple Heart. HEX triplet: 69, 40 and CE. RGB value is (105,64,206). Sum of RGB (Red+Green+Blue) = 105+64+206=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6940CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940CE is #96BF31. Grayscale: #5B5B5B. Windows color (decimal): -9879346 or 13516905. OLE color: 13516905.

HSL color Cylindrical-coordinate representation of color #6940CE: hue angle of 257.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6940CE is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10564206-
CMYK0.490.6900.19
HSL257.32º59.17%52.94%-
HSV(B)257.32º68.93%80.78%-
XYZ18.811.1359.55-
YUV92.45192.08136.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=28%
G=17.07%
B=54.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105642060.490.6900.19257.3259.1752.94
Hex6940CE31450131013b35
Octal151100316611050234017365
Binary11010011000000110011101100011000101010011100000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6940CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6940CE; }

 p { color: rgb(105,64,206); }

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

<style>
 a { background-color: #6940CE; }

 a { background-color: rgb(105,64,206); }

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

<style>
 span { border-color: #6940CE; }

 span { border-color: rgb(105,64,206); }

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