#6940CB

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

Shades of Purple Heart #6940CB

Tints of Purple Heart #6940CB

Color information

#6940CB (or 0x6940CB) is unknown color: approx Purple Heart. HEX triplet: 69, 40 and CB. RGB value is (105,64,203). Sum of RGB (Red+Green+Blue) = 105+64+203=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #6940CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6940CB is #96BF34. Grayscale: #5B5B5B. Windows color (decimal): -9879349 or 13320297. OLE color: 13320297.

HSL color Cylindrical-coordinate representation of color #6940CB: hue angle of 257.7º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6940CB is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10564203-
CMYK0.480.6800.20
HSL257.7º57.2%52.35%-
HSV(B)257.7º68.47%79.61%-
XYZ18.4410.9857.65-
YUV92.1190.58137.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 203 (79.69% from 255) = 54.57%
R=28.23%
G=17.20%
B=54.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105642030.480.6800.20257.757.252.35
Hex6940CB30440141023934
Octal151100313601040244027164
Binary11010011000000110010111100001000100010100100000010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6940CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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